Home
last modified time | relevance | path

Searched refs:WITH_SCOPE (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscope-info.cc433 ScopeTypeBits::encode(WITH_SCOPE) | in CreateForWithScope()
692 scope_type() == WITH_SCOPE || scope_type() == CLASS_SCOPE || in ContextLength()
786 DCHECK_EQ(scope_type(), WITH_SCOPE); in SetIsDebugEvaluateScope()
Dscope-info.tq20 WITH_SCOPE
/third_party/node/deps/v8/src/ast/
Dscopes.h364 bool is_with_scope() const { return scope_type_ == WITH_SCOPE; }
490 case WITH_SCOPE: // DebugEvaluateContext as well
Dscopes.cc428 if (scope_info.scope_type() == WITH_SCOPE) { in DeserializeScopeChain()
436 outer_scope = zone->New<Scope>(zone, WITH_SCOPE, ast_value_factory, in DeserializeScopeChain()
1801 case WITH_SCOPE: return "with"; in Header()
/third_party/node/deps/v8/src/common/
Dglobals.h1171 WITH_SCOPE // The scope introduced by with. enumerator
1190 case ScopeType::WITH_SCOPE:
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc507 case WITH_SCOPE: in Type()
/third_party/node/deps/v8/src/heap/
Dfactory.cc1302 DCHECK_EQ(scope_info->scope_type(), WITH_SCOPE); in NewWithContext()
/third_party/node/deps/v8/src/parsing/
Dparser-base.h5694 Scope* with_scope = NewScope(WITH_SCOPE); in ParseWithStatement()