• Simon Zünd's avatar
    Add regression tests that check the native context of accessors · f51e0368
    Simon Zünd authored
    This CL adds regression tests for two bugs where the wrong native
    context is used when lazy accessors are instantiated.
    
    The first bug injects an object created in context 1, into another
    context 2. The object has an accessor pair installed via
    FunctionTemplate. In context 2, the property descriptor of this
    accessor is retrieved, causing the JSFunction to be instantiated
    with the current context (context 2) instead of the creation
    context of the object (context 1).
    
    The second bug is similar. When breakpoints are set, the whole heap
    is walked and all lazy accessor pairs are instantiated. This again
    uses the current context instead of using the context from which
    a AccessorPair originates.
    
    Bug: chromium:986063, chromium:989909
    Change-Id: Iaaea6e81f1b9f6b55fc7583b260aa9aea035a8d3
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1730999Reviewed-by: 's avatarBenedikt Meurer <bmeurer@chromium.org>
    Commit-Queue: Simon Zünd <szuend@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#63048}
    f51e0368
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...
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...