()
| 8381 | } |
| 8382 | |
| 8383 | function try_Expr() |
| 8384 | { |
| 8385 | try_ExprSingle(); |
| 8386 | for (;;) |
| 8387 | { |
| 8388 | if (l1 != 42) // ',' |
| 8389 | { |
| 8390 | break; |
| 8391 | } |
| 8392 | shiftT(42); // ',' |
| 8393 | lookahead1W(266); // EQName^Token | IntegerLiteral | DecimalLiteral | DoubleLiteral | StringLiteral | |
| 8394 | try_ExprSingle(); |
| 8395 | } |
| 8396 | } |
| 8397 | |
| 8398 | function parse_FLWORExpr() |
| 8399 | { |
no test coverage detected