Home | History | Annotate | Download | only in x64

Lines Matching full:declaration_scope

4730   Scope* declaration_scope = scope()->DeclarationScope();
4731 if (declaration_scope->is_global_scope() ||
4732 declaration_scope->is_module_scope()) {
4738 } else if (declaration_scope->is_eval_scope()) {
4744 DCHECK(declaration_scope->is_function_scope());