Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.cc657 AllocateVariablesRecursively(); in AllocateVariables()
1346 void Scope::AllocateVariablesRecursively() { in AllocateVariablesRecursively() function in v8::internal::Scope
1349 inner_scopes_[i]->AllocateVariablesRecursively(); in AllocateVariablesRecursively()
Dscopes.h587 void AllocateVariablesRecursively();