• clemensh's avatar
    [inspector] Introduce debug::WasmScript · 12cdb31b
    clemensh authored
    *and* report all "virtual" wasm scripts right when the wasm script is
    registered at the inspector.
    
    WasmScript is a subtype of Script, with the cast checking that it is
    actually a wasm script.
    This layout makes it quite easy to implement functionality that is only
    available for wasm scripts, and allows to later directly use the
    WasmCompiledModule instead of the i::Script for backing the
    debug::WasmScript. We might also add virtual methods to
    provide different implementations for GetSourcePosition, Source and
    others.
    
    DisassembleWasmFunction now also becomes a method of this class instead
    of a static function on the DebugInterface.
    
    The WasmTranslation now uses the new WasmScript type instead of the
    Script wrapper, and also registers all virtual wasm scripts immediately
    when the wasm script is made public to the inspector (when the wasm
    module is created).
    
    R=yangguo@chromium.org,dgozman@chromium.org,titzer@chromium.org
    BUG=chromium:613110,chromium:659715
    
    Review-Url: https://codereview.chromium.org/2531163010
    Cr-Commit-Position: refs/heads/master@{#41519}
    12cdb31b
Name
Last commit
Last update
benchmarks Loading commit data...
build_overrides Loading commit data...
docs Loading commit data...
gni Loading commit data...
gypfiles Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.gn Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.fdlibm Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...