Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc398 bool ScopeIterator::HasContext() const { in HasContext() function in v8::internal::ScopeIterator
/third_party/node/deps/v8/src/objects/
Dscope-info.cc807 bool ScopeInfo::HasContext() const { return ContextLength() > 0; } in HasContext() function in v8::internal::ScopeInfo
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction.h1399 bool HasContext() const { in HasContext() function