HomeSort by relevance Sort by last modified time
    Searched refs:AllocateVariables (Results 1 - 2 of 2) sorted by null

  /external/v8/src/ast/
scopes.h 677 // Computed via AllocateVariables; function, block and catch scopes only.
782 bool AllocateVariables(ParseInfo* info, AstNodeFactory* factory);
scopes.cc 281 if (!top->AllocateVariables(info, &ast_node_factory)) {
683 bool Scope::AllocateVariables(ParseInfo* info, AstNodeFactory* factory) {
    [all...]

Completed in 1576 milliseconds