Home
last modified time | relevance | path

Searched refs:outer_function_scope (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/parsing/
Dpattern-rewriter.cc213 Scope* outer_function_scope = nullptr; in VisitVariableProxy() local
215 outer_function_scope = descriptor_->scope->outer_scope(); in VisitVariableProxy()
220 outer_function_scope); in VisitVariableProxy()
228 outer_function_scope != nullptr in VisitVariableProxy()
229 ? outer_function_scope in VisitVariableProxy()