• Benedikt Meurer's avatar
    [inspector] Add `throwOnSideEffect` to `Runtime.callFunctionOn`. · 32328edd
    Benedikt Meurer authored
    In order to implement eager (side effect free) evaluation of arbitrary
    accessor properties correctly, we need the ability to call getters while
    guaranteeing that we don't trigger side effects. This is accomplished by
    adding a `throwOnSideEffect` flag to the `Runtime.callFunctionOn` API,
    similar to what's already available with the `Runtime.evaluate` and the
    `Debugger.evaluateOnCallFrame` APIs.
    
    Bug: chromium:1076820, chromium:1119900, chromium:1222114
    Change-Id: If2d6c51376669cbc71a9dd3c79403d24d62aee43
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3001360
    Auto-Submit: Benedikt Meurer <bmeurer@chromium.org>
    Commit-Queue: Yang Guo <yangguo@chromium.org>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#75556}
    32328edd
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...