• Sathya Gunasekaran's avatar
    [runtime] Fix TypedArrayPrototype protector cell checks · 15c227be
    Sathya Gunasekaran authored
    Previously, we were looking up the prototype of the receiver and
    checking that against %TypedArrayPrototype% before invalidating the
    protector cell.
    
    This is incorrect as it's possible to patch the prototype and then
    change the constructor property, bypassing this check.
    
    This CL adds a new instance type to prototype of all TypedArray
    constructors and checks the receiver against this instance type.
    
    TBR: tebbi@chromium.org
    Bug: v8:11274, v8:11256
    Change-Id: I2ff6280e4cf820b06c5593fe4addd36f7ac656c4
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2594776
    Commit-Queue: Sathya Gunasekaran  <gsathya@chromium.org>
    Reviewed-by: 's avatarCamillo Bruni <cbruni@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#71799}
    15c227be
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
debugging Loading commit data...
fuzzer Loading commit data...
fuzzilli 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...
test262 Loading commit data...
torque Loading commit data...
unittests Loading commit data...
wasm-api-tests Loading commit data...
wasm-js Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
OWNERS Loading commit data...