Lines Matching refs:GetDeclarationScope
325 outer_scope_ ? outer_scope_->GetDeclarationScope() : nullptr; in SetDefaults()
561 decl_scope = decl_scope->outer_scope()->GetDeclarationScope(); in HoistSloppyBlockFunctions()
1087 DCHECK_IMPLIES(GetDeclarationScope()->is_being_lazily_parsed(), in DeclareLocal()
1090 DCHECK(!GetDeclarationScope()->was_lazily_parsed()); in DeclareLocal()
1099 DCHECK(!GetDeclarationScope()->is_being_lazily_parsed()); in DeclareVariable()
1100 DCHECK(!GetDeclarationScope()->was_lazily_parsed()); in DeclareVariable()
1103 return GetDeclarationScope()->DeclareVariable( in DeclareVariable()
1162 GetDeclarationScope()->sloppy_block_function_map(); in DeclareVariable()
1215 DCHECK(GetDeclarationScope()->is_being_lazily_parsed()); in DeclareVariableName()
1218 return GetDeclarationScope()->DeclareVariableName(name, mode); in DeclareVariableName()
1250 DCHECK(GetDeclarationScope()->is_being_lazily_parsed()); in DeclareCatchVariableName()
1429 DeclarationScope* Scope::GetDeclarationScope() { in GetDeclarationScope() function in v8::internal::Scope
1885 DCHECK(GetDeclarationScope()->is_being_lazily_parsed()); in LookupRecursive()
2167 outer_scope()->GetDeclarationScope()->AllocateStackSlot(var); in AllocateStackSlot()