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

  /external/v8/src/parsing/
pattern-rewriter.cc 35 rewriter.RecurseIntoSubpattern(rewriter.pattern_, declaration->initializer);
57 rewriter.RecurseIntoSubpattern(rewriter.pattern_, nullptr);
416 RecurseIntoSubpattern(property->value(), value);
545 RecurseIntoSubpattern(value, factory()->NewVariableProxy(v));
562 // RecurseIntoSubpattern above.
653 RecurseIntoSubpattern(spread->expression(),
696 RecurseIntoSubpattern(node->target(), value);
parser.h 413 void RecurseIntoSubpattern(AstNode* pattern, Expression* value) {
    [all...]

Completed in 83 milliseconds