Home
last modified time | relevance | path

Searched refs:IsWasmJSFunction (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-objects.cc361 } else if (WasmJSFunction::IsWasmJSFunction(*external)) { in SetFunctionTableEntry()
673 if (WasmJSFunction::IsWasmJSFunction(*element)) { in GetFunctionTableEntry()
2060 bool WasmJSFunction::IsWasmJSFunction(Object object) { in IsWasmJSFunction() function in v8::internal::WasmJSFunction
2211 WasmJSFunction::IsWasmJSFunction(object); in IsWasmExternalFunction()
2218 WasmJSFunction::IsWasmJSFunction(*external) || in FromExternal()
2342 if (WasmJSFunction::IsWasmJSFunction(*value)) { in TypecheckJSObject()
Dwasm-objects-inl.h292 SLOW_DCHECK(IsWasmJSFunction(*this)); in WasmJSFunction()
Dwasm-objects.h621 static bool IsWasmJSFunction(Object object);
Dwasm-js.cc1888 if (i::WasmJSFunction::IsWasmJSFunction(*callable)) { in WebAssemblyFunction()
1933 } else if (i::WasmJSFunction::IsWasmJSFunction(*arg0)) { in WebAssemblyFunctionType()
2622 } else if (!i::WasmJSFunction::IsWasmJSFunction(*arg0)) { in WebAssemblySuspenderSuspendOnReturnedPromise()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc1570 if (WasmJSFunction::IsWasmJSFunction(*this)) { in JSFunctionPrint()
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc7809 if (WasmJSFunction::IsWasmJSFunction(*callable)) { in ResolveWasmImportCall()