Home
last modified time | relevance | path

Searched defs:IsInUse (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/handles/
Dglobal-handles.cc481 bool IsInUse() const { return state() != FREE; } in IsInUse() function in v8::internal::GlobalHandles::Node
680 bool IsInUse() const { return state() != FREE; } in IsInUse() function in v8::internal::GlobalHandles::TracedNode
/third_party/node/deps/v8/src/execution/
Disolate.h654 bool IsInUse() { return entry_stack_ != nullptr; } in IsInUse() function
/third_party/node/deps/v8/src/api/
Dapi.cc9491 bool Isolate::IsInUse() { in IsInUse() function in v8::Isolate