Searched refs:IsWasmMemoryObject (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/wasm/
H A Dwasm-js.h22 static bool IsWasmMemoryObject(Isolate* isolate, Handle<Object> value);
H A Dwasm-module.cc1598 if (!WasmJs::IsWasmMemoryObject(isolate_, value)) {
1604 DCHECK(WasmJs::IsWasmMemoryObject(isolate_, memory));
1858 DCHECK(WasmJs::IsWasmMemoryObject(isolate_, memory_object));
2199 DCHECK(WasmJs::IsWasmMemoryObject(isolate, receiver));
H A Dwasm-js.cc915 bool WasmJs::IsWasmMemoryObject(Isolate* isolate, Handle<Object> value) { function in class:v8::__anon27913::internal::WasmJs

Completed in 146 milliseconds