Searched refs:RecurseIntoSubpattern (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/parsing/
H A Dpattern-rewriter.cc31 rewriter.RecurseIntoSubpattern(rewriter.pattern_, declaration->initializer);
52 rewriter.RecurseIntoSubpattern(rewriter.pattern_, nullptr);
396 RecurseIntoSubpattern(
478 RecurseIntoSubpattern(value, factory()->NewVariableProxy(v));
511 RecurseIntoSubpattern(spread->expression(),
552 RecurseIntoSubpattern(node->target(), value);
H A Dparser.h832 void RecurseIntoSubpattern(AstNode* pattern, Expression* value) { function in class:v8::internal::Parser::PatternRewriter

Completed in 96 milliseconds