Lines Matching refs:closure_scope
20 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope,
25 closure_scope_(closure_scope),
30 DCHECK_EQ(closure_scope, closure_scope->GetClosureScope());
34 Processor(Parser* parser, DeclarationScope* closure_scope, Variable* result,
39 closure_scope_(closure_scope),
44 DCHECK_EQ(closure_scope, closure_scope->GetClosureScope());
52 DeclarationScope* closure_scope() { return closure_scope_; }
250 CHECK_NOT_NULL(closure_scope());
256 Variable* backup = closure_scope()->NewTemporary(