Searched defs:FetchFreeVariables (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/ast/
H A Dscopes.cc1279 VariableProxy* free_variables = FetchFreeVariables(this, true, info);
1321 FetchFreeVariables(this, !FLAG_lazy_inner_functions);
1765 VariableProxy* Scope::FetchFreeVariables(DeclarationScope* max_outer_scope, function in class:v8::internal::Scope
1791 scope->FetchFreeVariables(max_outer_scope, try_to_resolve, info, stack);

Completed in 85 milliseconds