Searched refs:SetWasmToJs (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | module-instantiate.cc | 1164 // We re-use the SetWasmToJs infrastructure because it passes the in ProcessImportedFunction() 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()
|
H A D | wasm-objects.h | 94 V8_EXPORT_PRIVATE void SetWasmToJs(Isolate*, Handle<JSReceiver> callable,
|
H A D | wasm-objects.cc | 1094 void ImportedFunctionEntry::SetWasmToJs( in SetWasmToJs() function in v8::internal::ImportedFunctionEntry
|
Completed in 12 milliseconds