Home | History | Annotate | Download | only in mips

Lines Matching full:declaration_scope

4770   Scope* declaration_scope = scope()->DeclarationScope();
4771 if (declaration_scope->is_global_scope() ||
4772 declaration_scope->is_module_scope()) {
4778 } else if (declaration_scope->is_eval_scope()) {
4784 DCHECK(declaration_scope->is_function_scope());