(t)
| 4367 | } |
| 4368 | |
| 4369 | function shift(t) |
| 4370 | { |
| 4371 | if (l1 == t) |
| 4372 | { |
| 4373 | whitespace(); |
| 4374 | eventHandler.terminal(JSONiqTokenizer.TOKEN[l1], b1, e1 > size ? size : e1); |
| 4375 | b0 = b1; e0 = e1; l1 = 0; |
| 4376 | } |
| 4377 | else |
| 4378 | { |
| 4379 | error(b1, e1, 0, l1, t); |
| 4380 | } |
| 4381 | } |
| 4382 | |
| 4383 | function whitespace() |
| 4384 | { |
no test coverage detected