Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
Drewriter.cc20 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
Dparser-base.h1115 DeclarationScope* closure_scope = scope()->GetClosureScope(); in UseThis() local
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h454 inline DeclarationScope* closure_scope() const { return closure_scope_; } in closure_scope() function