• Benedikt Meurer's avatar
    [inspector] Skip special __proto__ property if already present. · 0d5f6a49
    Benedikt Meurer authored
    The inspector has some magic to add a special __proto__ property to
    object value mirrors as long as the object itself has a [[Prototype]].
    However it doesn't check whether the object already has a regular
    property named __proto__ and thus confuses the front-end by sending two
    properties with the same name.
    
    Fixed: chromium:1193250
    Change-Id: I75a1cd78ba94aeda4afedcc0f1e69b8dadb6673f
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2810784
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Commit-Queue: Yang Guo <yangguo@chromium.org>
    Auto-Submit: Benedikt Meurer <bmeurer@chromium.org>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#73836}
    0d5f6a49
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...