Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h545 Scope* DeclarationScope();
Dscopes.cc806 Scope* Scope::DeclarationScope() { in DeclarationScope() function in v8::internal::Scope
1460 outer_scope()->DeclarationScope()->AllocateStackSlot(var); in AllocateStackSlot()
/external/v8/src/parsing/
Dparser.cc1884 IsLexicalVariableMode(mode) ? scope_ : scope_->DeclarationScope(); in NewUnresolved()
1901 IsLexicalVariableMode(mode) ? scope : scope->DeclarationScope(); in Declare()
2077 scope_->DeclarationScope()->ForceEagerCompilation(); in ParseNativeDeclaration()
2141 scope_->DeclarationScope()->sloppy_block_function_map()->Declare(name, in ParseFunctionDeclaration()
2785 Scope* decl_scope = scope_->DeclarationScope(); in ParseReturnStatement()
2813 scope_->DeclarationScope()->RecordWithStatement(); in ParseWithStatement()
4125 Scope* declaration_scope = scope_->DeclarationScope(); in ParseFunctionLiteral()
4126 Scope* original_declaration_scope = original_scope_->DeclarationScope(); in ParseFunctionLiteral()
4851 scope_->DeclarationScope()->ForceEagerCompilation(); in ParseV8Intrinsic()
Dpattern-rewriter.cc161 : descriptor_->scope->DeclarationScope(); in VisitVariableProxy()
Dparser.h407 if (scope->DeclarationScope()->is_script_scope() && in CheckFunctionLiteralInsideTopLevelObjectLiteral()
Dparser-base.h838 scope->DeclarationScope()->RecordEvalCall(); in CheckPossibleEvalCall()
/external/v8/src/full-codegen/
Dfull-codegen.cc1715 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in NeedsHoleCheckForLoad()
/external/v8/src/crankshaft/
Dhydrogen.cc4726 Scope* declaration_scope = scope->DeclarationScope(); in VisitBlock()
12979 Scope* declaration_scope = scope->DeclarationScope(); in HEnvironment()