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

Function setAwaitContext

test/fixtures/snapshot/typescript.js:31866–31868  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

31864 setContextFlag(val, 16384 /* NodeFlags.DecoratorContext */);
31865 }
31866 function setAwaitContext(val) {
31867 setContextFlag(val, 32768 /* NodeFlags.AwaitContext */);
31868 }
31869 function doOutsideOfContext(context, func) {
31870 // contextFlagsToClear will contain only the context flags that are
31871 // currently set that we need to temporarily clear

Callers 7

parseParametersWorkerFunction · 0.85
parseFunctionBlockFunction · 0.85
parseFunctionDeclarationFunction · 0.85
parseExportDeclarationFunction · 0.85
parseExportAssignmentFunction · 0.85

Calls 1

setContextFlagFunction · 0.85

Tested by

no test coverage detected