Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc2077 VariableProxy* Scope::FetchFreeVariables(DeclarationScope* max_outer_scope, in FetchFreeVariables() argument
2097 lookup->LookupRecursive(info, proxy, max_outer_scope->outer_scope()); in FetchFreeVariables()
2122 stack = scope->FetchFreeVariables(max_outer_scope, info, stack); in FetchFreeVariables()
Dscopes.h600 VariableProxy* FetchFreeVariables(DeclarationScope* max_outer_scope, in NON_EXPORTED_BASE()