Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.cc1367 if (!ResolveVariablesRecursively(info)) { in AllocateVariables()
2041 bool Scope::ResolveVariablesRecursively(ParseInfo* info) { in ResolveVariablesRecursively() function in v8::internal::Scope
2071 if (!scope->ResolveVariablesRecursively(info)) return false; in ResolveVariablesRecursively()
Dscopes.h595 V8_WARN_UNUSED_RESULT bool ResolveVariablesRecursively(ParseInfo* info); in NON_EXPORTED_BASE()