Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
H A Dv8-debugger-script.cc127 if (m_scriptSource.Get(m_isolate)->WasmBytecode().To(&bytecode)) {
/third_party/node/deps/v8/src/debug/
H A Ddebug-interface.h188 Maybe<MemorySpan<const uint8_t>> WasmBytecode() const;
H A 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

Completed in 6 milliseconds