Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h572 VariableProxy* FetchFreeVariables(DeclarationScope* max_outer_scope, in NON_EXPORTED_BASE()
Dscopes.cc1965 VariableProxy* Scope::FetchFreeVariables(DeclarationScope* max_outer_scope, in FetchFreeVariables() argument
1985 lookup->LookupRecursive(proxy, max_outer_scope->outer_scope()); in FetchFreeVariables()
2010 stack = scope->FetchFreeVariables(max_outer_scope, info, stack); in FetchFreeVariables()