MCPcopy Create free account
hub / github.com/microsoft/tslib / fail

Function fail

tslib.js:383–386  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

381
382 __disposeResources = function (env) {
383 function fail(e) {
384 env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
385 env.hasError = true;
386 }
387 var r, s = 0;
388 function next() {
389 while (r = env.stack.pop()) {

Callers 1

nextFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…