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

Function doInYieldAndAwaitContext

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

Source from the content-addressed store, hash-verified

31929 return doOutsideOfContext(32768 /* NodeFlags.AwaitContext */, func);
31930 }
31931 function doInYieldAndAwaitContext(func) {
31932 return doInsideOfContext(8192 /* NodeFlags.YieldContext */ | 32768 /* NodeFlags.AwaitContext */, func);
31933 }
31934 function doOutsideOfYieldAndAwaitContext(func) {
31935 return doOutsideOfContext(8192 /* NodeFlags.YieldContext */ | 32768 /* NodeFlags.AwaitContext */, func);
31936 }

Callers 1

parseFunctionExpressionFunction · 0.85

Calls 1

doInsideOfContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…