Home | History | Annotate | Download | only in parsing

Lines Matching defs:assignments

935             // Rewrite destructuring assignments in the parameters. (The ones
2357 // Make the comma-separated list of temp_x = x assignments.
2900 // Just rewrite destructuring assignments wrapped in RewritableExpressions.
3950 const auto& assignments =
3952 for (int i = assignments.length() - 1; i >= 0; --i) {
3955 const DestructuringAssignment& pair = assignments.at(i);
5053 // assignments to completion (see InitializeForOfStatement).