Searched defs:IsInUse (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/handles/ | ||
D | global-handles.cc | 481 bool IsInUse() const { return state() != FREE; } in IsInUse() function in v8::internal::GlobalHandles::Node |
/third_party/node/deps/v8/src/execution/ | ||
D | isolate.h | 654 bool IsInUse() { return entry_stack_ != nullptr; } in IsInUse() function |
/third_party/node/deps/v8/src/api/ | ||
D | api.cc | 9491 bool Isolate::IsInUse() { in IsInUse() function in v8::Isolate |