Home | History | Annotate | Download | only in arm64

Lines Matching refs:closure_scope

2791   DeclarationScope* closure_scope = scope()->GetClosureScope();
2792 if (closure_scope->is_script_scope() ||
2793 closure_scope->is_module_scope()) {
2799 } else if (closure_scope->is_eval_scope()) {
2805 DCHECK(closure_scope->is_function_scope());