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

Function verb

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

Source from the content-addressed store, hash-verified

175 var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
176 return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
177 function verb(n) { return function (v) { return step([n, v]); }; }
178 function step(op) {
179 if (f) throw new TypeError("Generator is already executing.");
180 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…