Searched defs:IsInUse (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ | ||
D | global-handles.cc | 170 bool IsInUse() const { return state() != FREE; } in IsInUse() function in v8::internal::GlobalHandles::Node |
D | isolate.h | 529 bool IsInUse() { return entry_stack_ != NULL; } in IsInUse() function |
D | api.cc | 8495 bool Isolate::IsInUse() { in IsInUse() function in v8::Isolate |