Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/third-party/
Dheap-api-stub.cc42 bool Heap::IsPendingAllocation(HeapObject) { return false; } in IsPendingAllocation() function in v8::internal::third_party_heap::Heap
/third_party/node/deps/v8/src/heap/
Dheap-inl.h476 bool Heap::IsPendingAllocation(HeapObject object) { in IsPendingAllocation() function
485 bool Heap::IsPendingAllocation(Object object) { in IsPendingAllocation() function