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

Function verb

tslib.js:174–174  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

172 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
173 return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
174 function verb(n) { return function (v) { return step([n, v]); }; }
175 function step(op) {
176 if (f) throw new TypeError("Generator is already executing.");
177 while (g && (g = 0, op[0] && (_ = 0)), _) try {

Callers 1

tslib.jsFile · 0.70

Calls 4

stepFunction · 0.70
resumeFunction · 0.70
__awaitFunction · 0.70
settleFunction · 0.70

Tested by

no test coverage detected