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

Function doInYieldContext

test/fixtures/snapshot/typescript.js:31919–31921  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

31917 return doInsideOfContext(65536 /* NodeFlags.DisallowConditionalTypesContext */, func);
31918 }
31919 function doInYieldContext(func) {
31920 return doInsideOfContext(8192 /* NodeFlags.YieldContext */, func);
31921 }
31922 function doInDecoratorContext(func) {
31923 return doInsideOfContext(16384 /* NodeFlags.DecoratorContext */, func);
31924 }

Callers 1

parseFunctionExpressionFunction · 0.85

Calls 1

doInsideOfContextFunction · 0.85

Tested by

no test coverage detected