Searched refs:DeclarationScope (Results 1 – 7 of 7) sorted by relevance
539 Scope* DeclarationScope();
771 Scope* Scope::DeclarationScope() { in DeclarationScope() function in v8::internal::Scope1292 outer_scope()->DeclarationScope()->AllocateStackSlot(var); in AllocateStackSlot()
166 : descriptor_->scope->DeclarationScope(); in VisitVariableProxy()
1937 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()
1103 scope->DeclarationScope()->RecordEvalCall(); in CheckPossibleEvalCall()
1971 if (var->scope()->DeclarationScope() != scope()->DeclarationScope()) { in NeedsHoleCheckForLoad()
4865 Scope* declaration_scope = scope->DeclarationScope(); in VisitBlock()13055 Scope* declaration_scope = scope->DeclarationScope(); in HEnvironment()