Searched refs:GetDeclarationScope (Results 1 – 6 of 6) sorted by relevance
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()[all …]
424 DeclarationScope* GetDeclarationScope(); in NON_EXPORTED_BASE()
232 : descriptor_->scope->GetDeclarationScope()); in VisitVariableProxy()
671 V8_INLINE DeclarationScope* GetDeclarationScope() const { in GetDeclarationScope() function672 return scope()->GetDeclarationScope(); in GetDeclarationScope()1410 scope->GetDeclarationScope()->RecordEvalCall(); in CheckPossibleEvalCall()5388 switch (GetDeclarationScope()->scope_type()) { in ParseReturnStatement()
1182 GetDeclarationScope()->DeclareSloppyBlockFunction(variable_name.string_,
1429 GetDeclarationScope()->DeclareSloppyBlockFunction(variable_name, scope(), in DeclareFunction()