Home
last modified time | relevance | path

Searched refs:WasmExternalFunction (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h305 // WasmExternalFunction
306 WasmExternalFunction::WasmExternalFunction(Address ptr) : JSFunction(ptr) { in WasmExternalFunction() function in v8::internal::WasmExternalFunction
309 CAST_ACCESSOR(WasmExternalFunction)
H A Dwasm-objects.h50 class WasmExternalFunction;
664 class WasmExternalFunction : public JSFunction { class
668 DECL_CAST(WasmExternalFunction)
669 OBJECT_CONSTRUCTORS(WasmExternalFunction, JSFunction);
743 // a WasmExternalFunction, or an empty handle otherwise.
H A Dmodule-instantiate.cc1108 // Store any {WasmExternalFunction} callable in the instance before the call in ProcessImportedFunction()
1111 if (WasmExternalFunction::IsWasmExternalFunction(*value)) { in ProcessImportedFunction()
1115 Handle<WasmExternalFunction>::cast(value), isolate_) in ProcessImportedFunction()
1769 if (WasmExternalFunction::IsWasmExternalFunction(*value)) { in ProcessExports()
1773 Handle<WasmExternalFunction>::cast(value), isolate_) in ProcessExports()
1815 Handle<WasmExternalFunction> wasm_external_function = in ProcessExports()
1816 handle(WasmExternalFunction::cast(internal->external()), isolate_); in ProcessExports()
H A Dwasm-objects.cc1418 auto external = Handle<WasmExternalFunction>::cast(WasmExportedFunction::New( in GetOrCreateWasmInternalFunction()
2209 bool WasmExternalFunction::IsWasmExternalFunction(Object object) { in IsWasmExternalFunction()
2270 if (!(WasmExternalFunction::IsWasmExternalFunction(*value) || in TypecheckJSObject()
H A Dwasm-js.cc2593 i::Handle<i::WasmExternalFunction>::cast(i::WasmExportedFunction::New( in WebAssemblySuspenderReturnPromiseOnSuspend()
/third_party/node/deps/v8/src/runtime/
H A Druntime-wasm.cc241 Handle<WasmExternalFunction> exported_function = in ReplaceWrapper()
242 handle(WasmExternalFunction::cast(internal->external()), isolate); in ReplaceWrapper()

Completed in 17 milliseconds