Searched refs:WasmBytecode (Results 1 – 3 of 3) sorted by relevance
127 if (m_scriptSource.Get(m_isolate)->WasmBytecode().To(&bytecode)) { in wasmBytecode()
188 Maybe<MemorySpan<const uint8_t>> WasmBytecode() const;
354 if (WasmBytecode().To(&wasm_bytecode)) { in Size()371 Maybe<MemorySpan<const uint8_t>> ScriptSource::WasmBytecode() const { in WasmBytecode() function in v8::debug::ScriptSource