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

Function doOutsideOfAwaitContext

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

Source from the content-addressed store, hash-verified

31926 return doInsideOfContext(32768 /* NodeFlags.AwaitContext */, func);
31927 }
31928 function doOutsideOfAwaitContext(func) {
31929 return doOutsideOfContext(32768 /* NodeFlags.AwaitContext */, func);
31930 }
31931 function doInYieldAndAwaitContext(func) {
31932 return doInsideOfContext(8192 /* NodeFlags.YieldContext */ | 32768 /* NodeFlags.AwaitContext */, func);
31933 }

Callers 1

Calls 1

doOutsideOfContextFunction · 0.85

Tested by

no test coverage detected