Searched refs:SetWasmToJs (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
D | module-instantiate.cc | 1166 entry.SetWasmToJs(isolate_, js_receiver, wasm_code, in ProcessImportedFunction() 1179 entry.SetWasmToJs(isolate_, js_receiver, wasm_code, in ProcessImportedFunction() 1205 entry.SetWasmToJs(isolate_, js_receiver, wasm_code, resolved.suspender); in ProcessImportedFunction()
|
D | wasm-objects.h | 94 V8_EXPORT_PRIVATE void SetWasmToJs(Isolate*, Handle<JSReceiver> callable,
|
D | wasm-objects.cc | 1094 void ImportedFunctionEntry::SetWasmToJs( in SetWasmToJs() function in v8::internal::ImportedFunctionEntry
|