Home
last modified time | relevance | path

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

/external/v8/src/
Dparser.cc421 scope->DeclarationScope()->RecordEvalCall(); in CheckPossibleEvalCall()
1712 return DeclarationScope(mode)->NewUnresolved( in NewUnresolved()
1722 Scope* declaration_scope = DeclarationScope(mode); in Declare()
1899 DeclarationScope(VAR)->ForceEagerCompilation(); in ParseNativeDeclaration()
2159 Scope* declaration_scope = DeclarationScope(mode); in ParseVariableDeclarations()
2584 Scope* decl_scope = scope_->DeclarationScope(); in ParseReturnStatement()
2612 scope_->DeclarationScope()->RecordWithStatement(); in ParseWithStatement()
2876 Variable* iterator = scope_->DeclarationScope()->NewTemporary( in InitializeForEachStatement()
2878 Variable* result = scope_->DeclarationScope()->NewTemporary( in InitializeForEachStatement()
2989 Variable* temp = scope_->DeclarationScope()->NewTemporary(temp_name); in DesugarLetBindingsInForStatement()
[all …]
Dparser.h436 if (scope->DeclarationScope()->is_global_scope() && in CheckFunctionLiteralInsideTopLevelObjectLiteral()
696 Scope* DeclarationScope(VariableMode mode) { in DeclarationScope() function
698 ? scope_ : scope_->DeclarationScope(); in DeclarationScope()
Dscopes.h386 Scope* DeclarationScope();
Dscopes.cc693 outer = outer->DeclarationScope(); in HasLazyCompilableOuterContext()
737 Scope* Scope::DeclarationScope() { in DeclarationScope() function in v8::internal::Scope
Dhydrogen.cc4539 Scope* declaration_scope = scope->DeclarationScope(); in VisitBlock()
11925 Scope* declaration_scope = scope->DeclarationScope(); in HEnvironment()
/external/v8/src/x87/
Dfull-codegen-x87.cc1467 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4710 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()
/external/v8/src/x64/
Dfull-codegen-x64.cc1512 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4730 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()
/external/v8/src/ia32/
Dfull-codegen-ia32.cc1478 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4721 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()
/external/v8/src/arm64/
Dfull-codegen-arm64.cc1534 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4787 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()
/external/v8/src/mips/
Dfull-codegen-mips.cc1538 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4770 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()
/external/v8/src/mips64/
Dfull-codegen-mips64.cc1535 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4773 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()
/external/v8/src/arm/
Dfull-codegen-arm.cc1555 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4758 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()