(s)
| 33173 | delete i[u]) |
| 33174 | return o |
| 33175 | } |
| 33176 | function readLineBreak(s) { |
| 33177 | var o |
| 33178 | ;(10 === (o = s.input.charCodeAt(s.position)) |
| 33179 | ? s.position++ |
| 33180 | : 13 === o |
| 33181 | ? (s.position++, 10 === s.input.charCodeAt(s.position) && s.position++) |
| 33182 | : throwError(s, 'a line break is expected'), |
| 33183 | (s.line += 1), |
| 33184 | (s.lineStart = s.position), |
| 33185 | (s.firstTabInLine = -1)) |
| 33186 | } |
| 33187 | function skipSeparationSpace(s, o, i) { |
| 33188 | for (var a = 0, u = s.input.charCodeAt(s.position); 0 !== u; ) { |
no test coverage detected