Home | History | Annotate | Download | only in x87

Lines Matching refs:closure_scope

2663   DeclarationScope* closure_scope = scope()->GetClosureScope();
2664 if (closure_scope->is_script_scope() ||
2665 closure_scope->is_module_scope()) {
2671 } else if (closure_scope->is_eval_scope()) {
2677 DCHECK(closure_scope->is_function_scope());