(entry)
| 53297 | 1 in locs && (entry.catchLoc = locs[1]), 2 in locs && (entry.finallyLoc = locs[2], entry.afterLoc = locs[3]), this.tryEntries.push(entry); |
| 53298 | } |
| 53299 | function resetTryEntry(entry) { |
| 53300 | var record = entry.completion || {}; |
| 53301 | record.type = "normal", delete record.arg, entry.completion = record; |
| 53302 | } |
| 53303 | function Context(tryLocsList) { |
| 53304 | this.tryEntries = [ |
| 53305 | { |
no outgoing calls
no test coverage detected