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

Function rejected

tslib.es6.js:119–119  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

117 return new (P || (P = Promise))(function (resolve, reject) {
118 function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
119 function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
120 function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
121 step((generator = generator.apply(thisArg, _arguments || [])).next());
122 });

Callers

nothing calls this directly

Calls 2

stepFunction · 0.70
rejectFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…