Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dparser.cc1466 return DeclarationScope(mode)->NewUnresolved( in NewUnresolved()
1475 Scope* declaration_scope = DeclarationScope(mode); in Declare()
1653 DeclarationScope(VAR)->ForceEagerCompilation(); in ParseNativeDeclaration()
1880 Scope* declaration_scope = DeclarationScope(mode); in ParseVariableDeclarations()
2322 Scope* declaration_scope = top_scope_->DeclarationScope(); in ParseReturnStatement()
2351 top_scope_->DeclarationScope()->RecordWithStatement(); in ParseWithStatement()
2626 Variable* iterator = top_scope_->DeclarationScope()->NewTemporary( in InitializeForEachStatement()
2628 Variable* result = top_scope_->DeclarationScope()->NewTemporary( in InitializeForEachStatement()
2770 Variable* temp = top_scope_->DeclarationScope()->NewTemporary(tempname); in ParseForStatement()
3325 top_scope_->DeclarationScope()->RecordEvalCall(); in ParseLeftHandSideExpression()
[all …]
Dparser.h563 Scope* DeclarationScope(VariableMode mode) { in DeclarationScope() function
565 ? top_scope_ : top_scope_->DeclarationScope(); in DeclarationScope()
Dscopes.h411 Scope* DeclarationScope();
Dscopes.cc701 outer = outer->DeclarationScope(); in HasLazyCompilableOuterContext()
745 Scope* Scope::DeclarationScope() { in DeclarationScope() function in v8::internal::Scope
/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/ia32/
Dfull-codegen-ia32.cc1320 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4346 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/mips/
Dfull-codegen-mips.cc1373 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4395 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()
/external/chromium_org/v8/src/x64/
Dfull-codegen-x64.cc1480 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4722 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()
/external/chromium_org/v8/src/ia32/
Dfull-codegen-ia32.cc1459 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4733 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()
/external/chromium_org/v8/src/arm/
Dfull-codegen-arm.cc1522 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4731 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()
/external/chromium_org/v8/src/mips/
Dfull-codegen-mips.cc1532 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in EmitVariableLoad()
4784 Scope* declaration_scope = scope()->DeclarationScope(); in PushFunctionArgumentForContextAllocation()