Home
last modified time | relevance | path

Searched refs:CLASS_SCOPE (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscope-info.tq13 CLASS_SCOPE,
161 (flags.is_empty ? false : flags.scope_type == ScopeType::CLASS_SCOPE)]:
Dscope-info.cc692 scope_type() == WITH_SCOPE || scope_type() == CLASS_SCOPE || in ContextLength()
756 type == MODULE_SCOPE || type == CLASS_SCOPE; in NeedsPositionInfo()
/third_party/node/deps/v8/src/ast/
Dscopes.cc187 : Scope(zone, outer_scope, CLASS_SCOPE), in ClassScope()
197 : Scope(zone, CLASS_SCOPE, ast_value_factory, scope_info), in ClassScope()
264 scope_type == CLASS_SCOPE || scope_type == BLOCK_SCOPE); in Scope()
461 } else if (scope_info.scope_type() == CLASS_SCOPE) { in DeserializeScopeChain()
1799 case CLASS_SCOPE: in Header()
2813 DCHECK_EQ(scope_info->scope_type(), CLASS_SCOPE); in FinalizeReparsedClassScope()
Dscopes.h362 return scope_type_ == BLOCK_SCOPE || scope_type_ == CLASS_SCOPE;
366 bool is_class_scope() const { return scope_type_ == CLASS_SCOPE; }
/third_party/node/deps/v8/src/common/
Dglobals.h1164 CLASS_SCOPE, // The scope introduced by a class. enumerator
1188 case ScopeType::CLASS_SCOPE:
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc514 case CLASS_SCOPE: in Type()
/third_party/node/deps/v8/src/parsing/
Dparser.cc856 maybe_outer_scope_info.ToHandleChecked()->scope_type() == CLASS_SCOPE && in ParseFunction()
1135 maybe_class_scope_info.ToHandleChecked()->scope_type() == CLASS_SCOPE && in ParseClassForInstanceMemberInitialization()
3263 DCHECK_EQ(block_scope->scope_type(), CLASS_SCOPE); in RewriteClassLiteral()
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.cc1725 scope_type = ScopeType::CLASS_SCOPE; in CreateScopeInfo()
1731 scope_type = ScopeType::CLASS_SCOPE; in CreateScopeInfo()
/third_party/node/deps/v8/src/runtime/
Druntime-object.cc516 DCHECK_EQ(context->scope_info().scope_type(), ScopeType::CLASS_SCOPE); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/heap/
Dfactory.cc1319 scope_info->scope_type() == CLASS_SCOPE); in NewBlockContext()