Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dlocal-heap.cc168 bool LocalHeap::IsRunning() { in IsRunning() function in v8::internal::LocalHeap
Dlocal-heap.h183 constexpr bool IsRunning() const { return !ParkedBit::decode(raw_state_); } in IsRunning() function