Searched refs:IsValidElement (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-objects.h | 189 static bool IsValidElement(Isolate* isolate, Handle<WasmTableObject> table,
|
H A D | wasm-js.cc | 1210 if (!i::WasmTableObject::IsValidElement(i_isolate, table_obj, element)) { in WebAssemblyTable() 2003 if (!i::WasmTableObject::IsValidElement(i_isolate, receiver, init_value)) { in WebAssemblyTableGrow() 2084 if (!i::WasmTableObject::IsValidElement(i_isolate, table_object, element)) { in WebAssemblyTableSet()
|
H A D | wasm-objects.cc | 323 bool WasmTableObject::IsValidElement(Isolate* isolate, in IsValidElement() function in v8::internal::WasmTableObject 376 DCHECK(IsValidElement(isolate, table, entry)); in Set()
|
Completed in 11 milliseconds