Searched refs:FetchFreeVariables (Results 1 – 2 of 2) sorted by relevance
1486 VariableProxy* free_variables = FetchFreeVariables(this, info); in CollectNonLocals()1562 for (VariableProxy* proxy = FetchFreeVariables(this); proxy != nullptr; in AnalyzePartially()2077 VariableProxy* Scope::FetchFreeVariables(DeclarationScope* max_outer_scope, in FetchFreeVariables() function in v8::internal::Scope2122 stack = scope->FetchFreeVariables(max_outer_scope, info, stack); in FetchFreeVariables()
600 VariableProxy* FetchFreeVariables(DeclarationScope* max_outer_scope, in NON_EXPORTED_BASE()