Searched defs:closure_scope (Results 1 – 2 of 2) sorted by relevance
18 Processor(uintptr_t stack_limit, DeclarationScope* closure_scope, in Processor()32 Processor(Parser* parser, DeclarationScope* closure_scope, Variable* result, in Processor()50 DeclarationScope* closure_scope() { return closure_scope_; } in closure_scope() function in v8::internal::Processor408 bool Rewriter::Rewrite(Parser* parser, DeclarationScope* closure_scope, in Rewrite()
300 inline DeclarationScope* closure_scope() const { return closure_scope_; } in closure_scope() function