Home | History | Annotate | Download | only in parsing

Lines Matching defs:assignment

270         : assignment(expression), scope(scope) {}
272 ExpressionT assignment;
2332 // Parsed conditional expression only (no assignment).
2355 Token::Value op = Next(); // Get assignment operator.
2377 // assignment to a property of 'this'. We should probably only add
2557 // In parsing the first assignment expression in conditional
2856 // implicit binding assignment to the 'this' variable.