Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-scopes.cc269 case BLOCK_SCOPE: in Type()
709 DCHECK(scope_info->scope_type() == BLOCK_SCOPE || in SetInnerScopeVariableValue()
/external/v8/src/ast/
Dscopes.cc410 } else if (scope_info->scope_type() == BLOCK_SCOPE) { in DeserializeScopeChain()
413 new (zone) DeclarationScope(zone, BLOCK_SCOPE, handle(scope_info)); in DeserializeScopeChain()
415 outer_scope = new (zone) Scope(zone, BLOCK_SCOPE, handle(scope_info)); in DeserializeScopeChain()
1525 case BLOCK_SCOPE: return is_declaration_scope ? "varblock" : "block"; in Header()
Dscopes.h320 bool is_block_scope() const { return scope_type_ == BLOCK_SCOPE; } in NON_EXPORTED_BASE()
/external/v8/src/
Dglobals.h897 BLOCK_SCOPE, // The scope introduced by a new block. enumerator
Dfactory.cc1051 DCHECK_EQ(scope_info->scope_type(), BLOCK_SCOPE); in NewBlockContext()
/external/v8/src/objects/
Dscope-info.cc438 (scope_type() == BLOCK_SCOPE && CallsSloppyEval() && in ContextLength()
/external/v8/src/parsing/
Dparser-base.h308 new (zone) Scope(zone, *scope_stack, BLOCK_SCOPE)) {} in BlockState()
655 return new (zone()) DeclarationScope(zone(), scope(), BLOCK_SCOPE); in NewVarblockScope()
5616 inner_scope = NewScopeWithParent(inner_scope, BLOCK_SCOPE); in ParseStandardForLoop()
Dparser.cc5074 DCHECK_EQ(loop_scope->scope_type(), BLOCK_SCOPE); in FinalizeForOfStatement()
5075 DCHECK_EQ(scope()->scope_type(), BLOCK_SCOPE); in FinalizeForOfStatement()