()
| 309 | return result; |
| 310 | } |
| 311 | function poplex() { |
| 312 | var state = cx.state; |
| 313 | if (state.lexical.prev) { |
| 314 | if (state.lexical.type == ")") |
| 315 | state.indented = state.lexical.indented; |
| 316 | state.lexical = state.lexical.prev; |
| 317 | } |
| 318 | } |
| 319 | poplex.lex = true; |
| 320 | |
| 321 | function expect(wanted) { |
nothing calls this directly
no outgoing calls
no test coverage detected