Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ast/
Dscopes.h1253 bool AllocateVariables(ParseInfo* info);
Dscopes.cc717 if (!scope->AllocateVariables(info)) return false; in Analyze()
1350 bool DeclarationScope::AllocateVariables(ParseInfo* info) { in AllocateVariables() function in v8::internal::DeclarationScope