• Ulan Degenbaev's avatar
    [inspector] Fix handling of on-heap TypedArrays in queryObjects() · 5ee9cf87
    Ulan Degenbaev authored
    On-heap TypedArrays have empty ArrayBuffers that are not supposed to be
    accessed directly. Such ArrayBuffers materialize properly when accessed
    via their TypedArrays.
    
    The queryObjects() sidesteps the bottleneck and finds empty ArrayBuffers
    by iterating the heap. When preview TypedArrays are constructed for the
    found ArrayBuffers, they get nullptr data pointers.
    
    This CL converts all on-heap TypedArrays into off-heap TypedArrays in
    queryObjects to make sure that all found ArrayBuffers are valid.
    
    Bug: chromium:992442
    Change-Id: Ie77d1e75aa2007b4a976c72206b9a4e215c9ef53
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2150601
    Commit-Queue: Ulan Degenbaev <ulan@chromium.org>
    Reviewed-by: 's avatarSimon Zünd <szuend@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#67174}
    5ee9cf87
Name
Last commit
Last update
..
console Loading commit data...
cpu-profiler Loading commit data...
debugger Loading commit data...
heap-profiler Loading commit data...
runtime Loading commit data...
runtime-call-stats Loading commit data...
sessions Loading commit data...
type-profiler Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
inspector-test.cc Loading commit data...
inspector.status Loading commit data...
isolate-data.cc Loading commit data...
isolate-data.h Loading commit data...
json-parse-expected.txt Loading commit data...
json-parse.js Loading commit data...
print-method-not-found-expected.txt Loading commit data...
print-method-not-found.js Loading commit data...
protocol-test.js Loading commit data...
task-runner.cc Loading commit data...
task-runner.h Loading commit data...
testcfg.py Loading commit data...