Searched refs:declaration_scope (Results 1 – 3 of 3) sorted by relevance
356 DeclarationScope* declaration_scope = scope->AsDeclarationScope(); in ScopeIsSkippableFunctionScope() local357 return !declaration_scope->is_arrow_scope() && in ScopeIsSkippableFunctionScope()358 declaration_scope->produced_preparsed_scope_data() != nullptr; in ScopeIsSkippableFunctionScope()
227 Scope* declaration_scope = in VisitVariableProxy() local233 if (declaration_scope->num_var() > kMaxNumFunctionLocals) { in VisitVariableProxy()
424 Scope* declaration_scope = nullptr,