(type, value)
| 335 | return cont(forspec2); |
| 336 | } |
| 337 | function formaybein(type, value) { |
| 338 | if (value == "in") return cont(expression); |
| 339 | return cont(maybeoperator, forspec2); |
| 340 | } |
| 341 | function forspec2(type, value) { |
| 342 | if (type == ";") return cont(forspec3); |
| 343 | if (value == "in") return cont(expression); |
nothing calls this directly
no test coverage detected
searching dependent graphs…