Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.h387 Scope* DeclarationScope();
Dparser.h570 Scope* DeclarationScope(VariableMode mode) { in DeclarationScope() function
572 ? top_scope_ : top_scope_->DeclarationScope(); in DeclarationScope()
Dparser.cc828 : enabled_(top_scope->DeclarationScope()->is_global_scope() && in InitializationBlockFinder()
1707 return DeclarationScope(mode)->NewUnresolved( in NewUnresolved()
1716 Scope* declaration_scope = DeclarationScope(mode); in Declare()
1899 DeclarationScope(VAR)->ForceEagerCompilation(); in ParseNativeDeclaration()
2137 Scope* declaration_scope = DeclarationScope(mode); in ParseVariableDeclarations()
2553 Scope* declaration_scope = top_scope_->DeclarationScope(); in ParseReturnStatement()
2580 top_scope_->DeclarationScope()->RecordWithStatement(); in ParseWithStatement()
2897 Variable* temp = top_scope_->DeclarationScope()->NewTemporary(name); in ParseForStatement()
3394 top_scope_->DeclarationScope()->RecordEvalCall(); in ParseLeftHandSideExpression()
4193 if (top_scope_->DeclarationScope()->is_global_scope() && in ParseObjectLiteral()
[all …]
Dscopes.cc661 outer = outer->DeclarationScope(); in TrivialDeclarationScopesBeforeWithScope()
682 Scope* Scope::DeclarationScope() { in DeclarationScope() function in v8::internal::Scope
/external/v8/src/arm/
Dfull-codegen-arm.cc1367 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4359 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()
/external/v8/src/x64/
Dfull-codegen-x64.cc1273 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4260 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc1320 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4346 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()
/external/v8/src/mips/
Dfull-codegen-mips.cc1373 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4395 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()