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

Function inYieldContext

test/fixtures/snapshot/typescript.js:31940–31942  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31938 return (contextFlags & flags) !== 0;
31939 }
31940 function inYieldContext() {
31941 return inContext(8192 /* NodeFlags.YieldContext */);
31942 }
31943 function inDisallowInContext() {
31944 return inContext(4096 /* NodeFlags.DisallowInContext */);
31945 }

Callers 5

isIdentifierFunction · 0.85
parseParametersWorkerFunction · 0.85
isYieldExpressionFunction · 0.85
parseFunctionBlockFunction · 0.85

Calls 1

inContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…