Home
last modified time | relevance | path

Searched defs:closure_scope (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Drewriter.cc18 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::Processor
408 bool Rewriter::Rewrite(Parser* parser, DeclarationScope* closure_scope, in Rewrite()
/external/v8/src/interpreter/
Dbytecode-generator.h300 inline DeclarationScope* closure_scope() const { return closure_scope_; } in closure_scope() function