• franzih's avatar
    [test] Check object literal backing store size. · 15623183
    franzih authored
    Property backing store size for object literals is
    the number of constant and named properties (possibly
    over-allocating for the same names).
    
    We do not reserve space in the backing store for __proto__.
    
    We do not reserve space in the backing store for index keys.
    Currently, we account for index keys in the runtime when iterating
    over the boilerplate properties. Since the boilerplate properties
    only include the properties up to the first computed property
    name, the property backing store size includes space for index keys
    if seen after the first computed property.
    
    R=verwaest@chromium.org
    
    BUG=v8:5625
    
    Review-Url: https://codereview.chromium.org/2650593002
    Cr-Commit-Position: refs/heads/master@{#42584}
    15623183
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...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
unittests 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...