| 1556 | } |
| 1557 | #endif |
| 1558 | else if (parser->states[0].token == XS_TOKEN_VAR) { |
| 1559 | fxVariableStatement(parser, XS_TOKEN_VAR, 0); |
| 1560 | } |
| 1561 | else { |
| 1562 | fxCommaExpression(parser); |
| 1563 | expressionFlag = 1; |
nothing calls this directly
no test coverage detected