Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc1420 VariableProxy* free_variables = FetchFreeVariables(this, info); in CollectNonLocals()
1476 for (VariableProxy* proxy = FetchFreeVariables(this); proxy != nullptr; in AnalyzePartially()
1965 VariableProxy* Scope::FetchFreeVariables(DeclarationScope* max_outer_scope, in FetchFreeVariables() function in v8::internal::Scope
2010 stack = scope->FetchFreeVariables(max_outer_scope, info, stack); in FetchFreeVariables()
Dscopes.h572 VariableProxy* FetchFreeVariables(DeclarationScope* max_outer_scope, in NON_EXPORTED_BASE()