Home | History | Annotate | Download | only in x87

Lines Matching full:declaration_scope

4710   Scope* declaration_scope = scope()->DeclarationScope();
4711 if (declaration_scope->is_global_scope() ||
4712 declaration_scope->is_module_scope()) {
4718 } else if (declaration_scope->is_eval_scope()) {
4724 DCHECK(declaration_scope->is_function_scope());