Home
last modified time | relevance | path

Searched refs:WasmBytecode (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-debugger-script.cc127 if (m_scriptSource.Get(m_isolate)->WasmBytecode().To(&bytecode)) { in wasmBytecode()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.h188 Maybe<MemorySpan<const uint8_t>> WasmBytecode() const;
Ddebug-interface.cc354 if (WasmBytecode().To(&wasm_bytecode)) { in Size()
371 Maybe<MemorySpan<const uint8_t>> ScriptSource::WasmBytecode() const { in WasmBytecode() function in v8::debug::ScriptSource