• bakkot's avatar
    add use counters for __defineGetter__ failing · b2ce1fa2
    bakkot authored
    We deviate from spec in that, in our implementation, __defineGetter__ on non-
    configurable properties returns false instead of throwing a TypeError. This commit
    adds a use counter to track how often we would be throwing an error we currently
    avoid, to determine if we can change to align with spec or if the spec is not
    implementable.
    
    BUG=v8:5070
    
    Review-Url: https://codereview.chromium.org/2089533002
    Cr-Commit-Position: refs/heads/master@{#37259}
    b2ce1fa2
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
fuzzer 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...
ignition.gyp Loading commit data...
ignition.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...