MCPcopy Index your code
hub / github.com/nodejs/node / verb

Function verb

test/fixtures/snapshot/typescript.js:44–44  ·  view source on GitHub ↗
(n)

Source from the content-addressed store, hash-verified

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

Callers 1

typescript.jsFile · 0.85

Calls 1

stepFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…