Home
last modified time | relevance | path

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

/external/v8/src/
Dscopes.cc617 AllocateVariablesRecursively(); in AllocateVariables()
1232 void Scope::AllocateVariablesRecursively() { in AllocateVariablesRecursively() function in v8::internal::Scope
1235 inner_scopes_[i]->AllocateVariablesRecursively(); in AllocateVariablesRecursively()
Dscopes.h575 void AllocateVariablesRecursively();