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

Function fail

tslib.es6.js:335–338  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

333
334export function __disposeResources(env) {
335 function fail(e) {
336 env.error = env.hasError ? new _SuppressedError(e, env.error, "An error was suppressed during disposal.") : e;
337 env.hasError = true;
338 }
339 var r, s = 0;
340 function next() {
341 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…