Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h539 Scope* DeclarationScope();
Dscopes.cc771 Scope* Scope::DeclarationScope() { in DeclarationScope() function in v8::internal::Scope
1292 outer_scope()->DeclarationScope()->AllocateStackSlot(var); in AllocateStackSlot()
/external/v8/src/parsing/
Dpattern-rewriter.cc166 : descriptor_->scope->DeclarationScope(); in VisitVariableProxy()
Dparser.cc1937 IsLexicalVariableMode(mode) ? scope_ : scope_->DeclarationScope(); in NewUnresolved()
1955 IsLexicalVariableMode(mode) ? scope : scope->DeclarationScope(); in Declare()
1997 scope->DeclarationScope()->sloppy_block_function_map()->Lookup( in Declare()
2125 scope_->DeclarationScope()->ForceEagerCompilation(); in ParseNativeDeclaration()
2225 scope_->DeclarationScope()->sloppy_block_function_map()->Declare(name, in ParseHoistableDeclaration()
2791 Scope* decl_scope = scope_->DeclarationScope(); in ParseReturnStatement()
5024 scope_->DeclarationScope()->ForceEagerCompilation(); in ParseV8Intrinsic()
Dparser-base.h1103 scope->DeclarationScope()->RecordEvalCall(); in CheckPossibleEvalCall()
/external/v8/src/full-codegen/
Dfull-codegen.cc1971 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in NeedsHoleCheckForLoad()
/external/v8/src/crankshaft/
Dhydrogen.cc4865 Scope* declaration_scope = scope->DeclarationScope(); in VisitBlock()
13055 Scope* declaration_scope = scope->DeclarationScope(); in HEnvironment()