• Jakob Kummerow's avatar
    Fix HasOwnProperty stub for interceptors · 347e6215
    Jakob Kummerow authored
    When internalization of the key fails because the string does not
    exist in the StringTable yet, then no regular object can possibly
    have a property with that name, so just returning "false" is safe.
    However, for objects with interceptors this is not true, as there
    may well be intercepted properties whose keys have not been
    internalized. So "special API objects" must take the slow path to
    query any interceptors.
    
    Bug: chromium:735990
    Change-Id: Ibe6c4f8b14fef65738115f12167d3602bec3d9b7
    Reviewed-on: https://chromium-review.googlesource.com/552550
    Commit-Queue: Jakob Kummerow <jkummerow@chromium.org>
    Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#46323}
    347e6215
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...