()
| 225 | return result; |
| 226 | } |
| 227 | function poplex() { |
| 228 | var state = cx.state; |
| 229 | if (state.lexical.prev) { |
| 230 | if (state.lexical.type == ")") |
| 231 | state.indented = state.lexical.indented; |
| 232 | state.lexical = state.lexical.prev; |
| 233 | } |
| 234 | } |
| 235 | poplex.lex = true; |
| 236 | |
| 237 | function expect(wanted) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…