Lines Matching full:declaration_scope
4787 Scope* declaration_scope = scope()->DeclarationScope();4788 if (declaration_scope->is_global_scope() ||4789 declaration_scope->is_module_scope()) {4796 } else if (declaration_scope->is_eval_scope()) {4803 DCHECK(declaration_scope->is_function_scope());