Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/runtime/
H A Druntime.h497 F(GetCallable, 0, 1) \
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.h628 JSReceiver GetCallable() const;
H A Dwasm-objects.cc1457 Handle<JSReceiver> callable(js_function->GetCallable(), isolate); in ImportWasmJSFunctionIntoTable()
2144 JSReceiver WasmJSFunction::GetCallable() const { in GetCallable() function in v8::WasmJSFunction
H A Dwasm-js.cc2633 i::Handle<i::WasmJSFunction>::cast(arg0)->GetCallable(), i_isolate); in WebAssemblySuspenderSuspendOnReturnedPromise()
/third_party/node/deps/v8/src/diagnostics/
H A Dobjects-printer.cc1572 os << "\n - Wasm wrapper around: " << Brief(function.GetCallable()); in JSFunctionPrint()
/third_party/node/deps/v8/src/compiler/
H A Dwasm-compiler.cc7819 callable = handle(js_function->GetCallable(), isolate);

Completed in 42 milliseconds