Home
last modified time | relevance | path

Searched refs:NewWasmApiFunctionRef (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dfactory.h611 Handle<WasmApiFunctionRef> NewWasmApiFunctionRef(
Dfactory.cc1523 Handle<WasmApiFunctionRef> Factory::NewWasmApiFunctionRef( in NewWasmApiFunctionRef() function in v8::internal::Factory
1563 Handle<WasmApiFunctionRef> ref = NewWasmApiFunctionRef(callable, suspender); in NewWasmJSFunctionData()
1625 NewWasmApiFunctionRef(Handle<JSReceiver>(), Handle<HeapObject>()); in NewWasmCapiFunctionData()
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc1104 isolate->factory()->NewWasmApiFunctionRef(callable, suspender); in SetWasmToJs()
1505 isolate->factory()->NewWasmApiFunctionRef(callable, suspender); in ImportWasmJSFunctionIntoTable()