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

Function resetTryEntry

docs/app/js/sanddance-app.js:53299–53302  ·  view source on GitHub ↗
(entry)

Source from the content-addressed store, hash-verified

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 {

Callers 1

_regeneratorRuntimeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected