Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.cc257 if (scope_type == BLOCK_SCOPE) { in Scope()
264 scope_type == CLASS_SCOPE || scope_type == BLOCK_SCOPE); in Scope()
464 } else if (scope_info.scope_type() == BLOCK_SCOPE) { in DeserializeScopeChain()
467 zone, BLOCK_SCOPE, ast_value_factory, handle(scope_info, isolate)); in DeserializeScopeChain()
469 outer_scope = zone->New<Scope>(zone, BLOCK_SCOPE, ast_value_factory, in DeserializeScopeChain()
1798 case BLOCK_SCOPE: return is_declaration_scope ? "varblock" : "block"; in Header()
Dscopes.h362 return scope_type_ == BLOCK_SCOPE || scope_type_ == CLASS_SCOPE;
496 scope_type_ == BLOCK_SCOPE);
/third_party/node/deps/v8/src/objects/
Dscope-info.tq19 BLOCK_SCOPE,
Dscope-info.cc693 (scope_type() == BLOCK_SCOPE && SloppyEvalCanExtendVars() && in ContextLength()
/third_party/node/deps/v8/src/common/
Dglobals.h1170 BLOCK_SCOPE, // The scope introduced by a new block. enumerator
1186 case ScopeType::BLOCK_SCOPE:
/third_party/node/deps/v8/src/parsing/
Dparser-base.h335 zone->New<Scope>(zone, *scope_stack, BLOCK_SCOPE)) {} in BlockState()
775 return zone()->template New<DeclarationScope>(zone(), scope(), BLOCK_SCOPE); in NewVarblockScope()
791 Scope* scope = NewScope(BLOCK_SCOPE); in NewBlockScopeForObjectLiteral()
5365 return ParseBlock(labels, NewScope(BLOCK_SCOPE)); in ParseBlock()
5644 case BLOCK_SCOPE: in ParseReturnStatement()
6024 Scope* inner_block_scope = NewScope(BLOCK_SCOPE); in ParseForStatement()
6255 Scope* inner_scope = NewScope(BLOCK_SCOPE); in ParseStandardForLoopWithLexicalDeclarations()
6367 Scope* inner_block_scope = NewScope(BLOCK_SCOPE); in ParseForAwaitStatement()
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc513 case BLOCK_SCOPE: in Type()
/third_party/node/deps/v8/src/heap/
Dfactory.cc1318 DCHECK_IMPLIES(scope_info->scope_type() != BLOCK_SCOPE, in NewBlockContext()