(loc, caught)
| 53378 | if (this.done) throw exception; |
| 53379 | var context = this; |
| 53380 | function handle(loc, caught) { |
| 53381 | return record.type = "throw", record.arg = exception, context.next = loc, caught && (context.method = "next", context.arg = undefined), !!caught; |
| 53382 | } |
| 53383 | for(var i = this.tryEntries.length - 1; i >= 0; --i){ |
| 53384 | var entry = this.tryEntries[i], record = entry.completion; |
| 53385 | if ("root" === entry.tryLoc) return handle("end"); |
no outgoing calls
no test coverage detected