MCPcopy Create free account
hub / github.com/microsoft/SandDance / handle

Function handle

docs/app/js/sanddance-app.js:53380–53382  ·  view source on GitHub ↗
(loc, caught)

Source from the content-addressed store, hash-verified

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");

Callers 1

_regeneratorRuntimeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected