Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dparser-base.h179 struct DestructuringAssignment { struct
181 DestructuringAssignment(ExpressionT expression, Scope* scope) in DestructuringAssignment() function
240 const List<DestructuringAssignment>& destructuring_assignments_to_rewrite() in destructuring_assignments_to_rewrite()
245 void AddDestructuringAssignment(DestructuringAssignment pair) { in AddDestructuringAssignment()
278 List<DestructuringAssignment> destructuring_assignments_to_rewrite_;
Dparser.cc5462 const List<DestructuringAssignment>& assignments = in RewriteDestructuringAssignments()
5467 DestructuringAssignment pair = assignments.at(i); in RewriteDestructuringAssignments()
5482 Parser::DestructuringAssignment(expr, parser_->scope_)); in QueueDestructuringAssignmentForRewriting()