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

Function doInAwaitContext

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

Source from the content-addressed store, hash-verified

31923 return doInsideOfContext(16384 /* NodeFlags.DecoratorContext */, func);
31924 }
31925 function doInAwaitContext(func) {
31926 return doInsideOfContext(32768 /* NodeFlags.AwaitContext */, func);
31927 }
31928 function doOutsideOfAwaitContext(func) {
31929 return doOutsideOfContext(32768 /* NodeFlags.AwaitContext */, func);
31930 }

Callers 3

parseParameterWorkerFunction · 0.85
parseFunctionExpressionFunction · 0.85

Calls 1

doInsideOfContextFunction · 0.85

Tested by

no test coverage detected