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

Function doOutsideOfYieldAndAwaitContext

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

Source from the content-addressed store, hash-verified

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 }
31937 function inContext(flags) {
31938 return (contextFlags & flags) !== 0;
31939 }

Callers 1

parseEnumDeclarationFunction · 0.85

Calls 1

doOutsideOfContextFunction · 0.85

Tested by

no test coverage detected