Searched refs:TypecheckJSObject (Results 1 – 4 of 4) sorted by relevance
/third_party/node/deps/v8/src/runtime/ |
D | runtime-wasm.cc | 124 bool result = internal::wasm::TypecheckJSObject(isolate, module, value, type, in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-objects.h | 1039 bool TypecheckJSObject(Isolate* isolate, const WasmModule* module,
|
D | wasm-objects.cc | 335 return wasm::TypecheckJSObject(isolate, module, entry, table->type(), in IsValidElement() 2258 bool TypecheckJSObject(Isolate* isolate, const WasmModule* module, in TypecheckJSObject() function
|
D | module-instantiate.cc | 1528 if (!wasm::TypecheckJSObject(isolate_, module_, value, global.type, in ProcessImportedGlobal()
|