Home
last modified time | relevance | path

Searched defs:wasmBytecode (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-debugger-script.cc124 v8::Maybe<v8::MemorySpan<const uint8_t>> wasmBytecode() const override { in wasmBytecode() function in v8_inspector::__anon102e81c30111::ActualScript
/third_party/node/src/
Djs_native_api_v8.cc5212 const uint8_t *wasmBytecode, in OH_JSVM_CompileWasmModule()