Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/src/heap/third-party/
H A Dheap-api-stub.cc42 bool Heap::IsPendingAllocation(HeapObject) { return false; } in IsPendingAllocation() function in v8::internal::third_party_heap::Heap
/dports/lang/v8/v8-9.6.180.12/src/heap/
H A Dheap-inl.h673 bool Heap::IsPendingAllocation(HeapObject object) { in IsPendingAllocation() function
682 bool Heap::IsPendingAllocation(Object object) { in IsPendingAllocation() function