• 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
..
api Loading commit data...
asmjs Loading commit data...
assembler Loading commit data...
base Loading commit data...
codegen Loading commit data...
compiler Loading commit data...
compiler-dispatcher Loading commit data...
date Loading commit data...
diagnostics Loading commit data...
execution Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
logging Loading commit data...
numbers Loading commit data...
objects Loading commit data...
parser Loading commit data...
profiler Loading commit data...
regress Loading commit data...
strings Loading commit data...
tasks Loading commit data...
torque Loading commit data...
utils Loading commit data...
wasm Loading commit data...
zone Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
run-all-unittests.cc Loading commit data...
test-helpers.cc Loading commit data...
test-helpers.h Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
testcfg.py Loading commit data...
unittests.status Loading commit data...