• Benedikt Meurer's avatar
    [inspector] Make `ArrayBuffer.[[ArrayBufferData]]` deterministic. · 833b3c96
    Benedikt Meurer authored
    Previously the internal `[[ArrayBufferData]]` property for `ArrayBuffer`
    objects reported by the inspector (and used by the DevTools front-end to
    identify `ArrayBuffer`s and `WebAssembly.Memory`s using the same backing
    store) simply contained a hex string representation of the backing store
    pointer. However that unnecessarily leaks internal addresses and more
    importantly is not deterministic, which complicates tests (just blew up
    on layout tests).
    
    This CL introduces an automatically incremented `BackingStore::id()`,
    which is used instead now and is deterministic.
    
    Bug: chromium:1199701, chromium:1163802, chromium:1249961
    Change-Id: I8ee47009cd825cfdbe00230f617c87c90508ab2a
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3162144
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#76893}
    833b3c96
Name
Last commit
Last update
..
benchmarks Loading commit data...
bigint 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...