Home | History | Annotate | Download | only in parsing

Lines Matching refs:assignment

320         : assignment(expression), scope(scope) {}
322 ExpressionT assignment;
1313 // even if the code contains only the "initial" assignment, namely when that
1314 // assignment occurs inside a loop. For example:
2790 // of a larger assignment pattern, even though parenthesized patterns
2792 // assignment pattern errors if the parsed expression is more complex.
2806 // Parsed conditional expression only (no assignment).
2825 Token::Value op = Next(); // Get assignment operator.
2841 // assignment to a property of 'this'. We should probably only add
2949 // In parsing the first assignment expression in conditional
3222 // implicit binding assignment to the 'this' variable.
3721 // End position of the initializer is after the assignment expression.
3956 // so we reserve a spot and create the actual const assignment later.
4909 // declaration, and rewrite the source-level initialization into an assignment
4913 // rewriter to add a '.result' assignment to such a block (to get compliant
4915 // reasons when pretty-printing. Also, unless an assignment (initialization)