Home | History | Annotate | Download | only in mips64

Lines Matching refs:declaration_scope

4773   Scope* declaration_scope = scope()->DeclarationScope();
4774 if (declaration_scope->is_global_scope() ||
4775 declaration_scope->is_module_scope()) {
4781 } else if (declaration_scope->is_eval_scope()) {
4787 DCHECK(declaration_scope->is_function_scope());