()
| 90335 | get pos() { return pos; }, |
| 90336 | get error() { return error; }, |
| 90337 | get state() { return captureMapping(/*hasSource*/ true, /*hasName*/ true); }, |
| 90338 | next: function () { |
| 90339 | while (!done && pos < mappings.length) { |
| 90340 | var ch = mappings.charCodeAt(pos); |
nothing calls this directly
no test coverage detected
searching dependent graphs…