Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dscopes.h805 bool AllocateVariables(ParseInfo* info, AstNodeFactory* factory);
Dscopes.cc300 if (!top->AllocateVariables(info, &ast_node_factory)) { in Analyze()
718 bool Scope::AllocateVariables(ParseInfo* info, AstNodeFactory* factory) { in AllocateVariables() function in v8::internal::Scope