Searched refs:ResolveVariablesRecursively (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dscopes.h569 bool ResolveVariablesRecursively(CompilationInfo* info,
H A Dscopes.cc654 if (!ResolveVariablesRecursively(info, factory)) return false;
1136 bool Scope::ResolveVariablesRecursively( function in class:v8::internal::Scope
1148 if (!inner_scopes_[i]->ResolveVariablesRecursively(info, factory))

Completed in 109 milliseconds