Searched defs:closure_scope (Results 1 – 3 of 3) sorted by relevance
20 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope, in Processor()34 Processor(Parser* parser, DeclarationScope* closure_scope, Variable* result, in Processor()52 DeclarationScope* closure_scope() { return closure_scope_; } in closure_scope() function in v8::internal::Processor
1115 DeclarationScope* closure_scope = scope()->GetClosureScope(); in UseThis() local
454 inline DeclarationScope* closure_scope() const { return closure_scope_; } in closure_scope() function