(e1)
| 6100 | } |
| 6101 | |
| 6102 | function consume(e1){ |
| 6103 | if (!expect(e1)) { |
| 6104 | throwError("is unexpected, expecting [" + e1 + "]", peek()); |
| 6105 | } |
| 6106 | } |
| 6107 | |
| 6108 | function unaryFn(fn, right) { |
| 6109 | return function(self, locals) { |
no test coverage detected