Searched defs:HasContext (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/debug/ | ||
D | debug-scopes.cc | 398 bool ScopeIterator::HasContext() const { in HasContext() function in v8::internal::ScopeIterator |
/third_party/node/deps/v8/src/objects/ | ||
D | scope-info.cc | 807 bool ScopeInfo::HasContext() const { return ContextLength() > 0; } in HasContext() function in v8::internal::ScopeInfo |
/third_party/node/deps/v8/src/compiler/backend/ | ||
D | instruction.h | 1399 bool HasContext() const { in HasContext() function |