Home
last modified time | relevance | path

Searched refs:TypecheckJSObject (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-wasm.cc124 bool result = internal::wasm::TypecheckJSObject(isolate, module, value, type, in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/wasm/
Dwasm-objects.h1039 bool TypecheckJSObject(Isolate* isolate, const WasmModule* module,
Dwasm-objects.cc335 return wasm::TypecheckJSObject(isolate, module, entry, table->type(), in IsValidElement()
2258 bool TypecheckJSObject(Isolate* isolate, const WasmModule* module, in TypecheckJSObject() function
Dmodule-instantiate.cc1528 if (!wasm::TypecheckJSObject(isolate_, module_, value, global.type, in ProcessImportedGlobal()