• Jakob Kummerow's avatar
    [bigint] Encapsulate internals in MutableBigInt · 977da550
    Jakob Kummerow authored
    This CL creates the invariant that the BigInt class treats
    BigInt objects as immutable. Writing to new BigInt objects
    as part of their construction is done by the MutableBigInt
    helper class, which in turn is hidden as an implementation
    detail in bigint.cc.
    As a side effect, this refactoring enforces right-trimming
    checks for all newly created BigInts, and ensures that all
    BigInt allocations possibly exceeding kMaxLength check for
    this case and throw a RangeError instead of crashing.
    
    Bug: v8:6791
    Tbr: mlippautz@chromium.org
    Change-Id: Id239746108e6b076b47a03ba37462001eb501507
    Reviewed-on: https://chromium-review.googlesource.com/742329
    Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
    Reviewed-by: 's avatarGeorg Neis <neis@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#49462}
    977da550
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...