• Benedikt Meurer's avatar
    [wasm] Use WebAssembly.Memory objects in the scope chain. · 058299a8
    Benedikt Meurer authored
    Previously V8 would wrap the WebAssembly.Memory backing stores into
    Uint8Arrays and report that as memories, but that's confusing to the
    developer, since that's not what's really being used. The way that
    DevTools presents the backing stores of memories, it's still perfectly
    possible to get hold of an Uint8Array if that's what the developer is
    looking for.
    
    To make it possible to easily identify the WebAssembly.Memory objects
    in the DevTools front-end (in particular for the memory inspector) we
    add a 'webassemblymemory' subtype to the Chrome DevTools Protocol. We
    also improve the description for the memories to include the number
    of active pages.
    
    Fixed: chromium:1155566
    Screenshot: https://imgur.com/8enx57u.png
    Change-Id: I63dbabe0e372e9ad6dcc8e6642cdb743147a620c
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2574699Reviewed-by: 's avatarClemens Backes <clemensb@chromium.org>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Commit-Queue: Benedikt Meurer <bmeurer@chromium.org>
    Auto-Submit: Benedikt Meurer <bmeurer@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#71641}
    058299a8
Name
Last commit
Last update
..
cppgc Loading commit data...
libplatform Loading commit data...
APIDesign.md Loading commit data...
DEPS Loading commit data...
DIR_METADATA Loading commit data...
OWNERS Loading commit data...
js_protocol-1.2.json Loading commit data...
js_protocol-1.3.json Loading commit data...
js_protocol.pdl Loading commit data...
v8-cppgc.h Loading commit data...
v8-fast-api-calls.h Loading commit data...
v8-inspector-protocol.h Loading commit data...
v8-inspector.h Loading commit data...
v8-internal.h Loading commit data...
v8-metrics.h Loading commit data...
v8-platform.h Loading commit data...
v8-profiler.h Loading commit data...
v8-unwinder-state.h Loading commit data...
v8-util.h Loading commit data...
v8-value-serializer-version.h Loading commit data...
v8-version-string.h Loading commit data...
v8-version.h Loading commit data...
v8-wasm-trap-handler-posix.h Loading commit data...
v8-wasm-trap-handler-win.h Loading commit data...
v8.h Loading commit data...
v8config.h Loading commit data...