(callback)
| 12271 | return speculationHelper(callback, /*isLookahead*/ true); |
| 12272 | } |
| 12273 | function tryScan(callback) { |
| 12274 | return speculationHelper(callback, /*isLookahead*/ false); |
| 12275 | } |
| 12276 | function getText() { |
| 12277 | return text; |
| 12278 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…