Home
last modified time | relevance | path

Searched defs:IsValidHeapObject (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/heap/
Dcombined-heap.h34 V8_WARN_UNUSED_RESULT inline bool IsValidHeapObject(Heap* heap, in IsValidHeapObject() function
/third_party/node/deps/v8/src/heap/third-party/
Dheap-api-stub.cc57 bool Heap::IsValidHeapObject(HeapObject) { return false; } in IsValidHeapObject() function in v8::internal::third_party_heap::Heap