Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h267 struct DestructuringAssignment { struct
269 DestructuringAssignment(ExpressionT expression, Scope* scope) in DestructuringAssignment() function
388 const ZoneList<DestructuringAssignment>&
435 void AddDestructuringAssignment(DestructuringAssignment pair) { in AddDestructuringAssignment()
476 ZoneList<DestructuringAssignment> destructuring_assignments_to_rewrite_;
Dparser.cc5740 const DestructuringAssignment& pair = assignments.at(i); in RewriteDestructuringAssignments()
5888 Parser::DestructuringAssignment(expr, parser_->scope_)); in QueueDestructuringAssignmentForRewriting()