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

Function allowInAnd

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

Source from the content-addressed store, hash-verified

31905 return func();
31906 }
31907 function allowInAnd(func) {
31908 return doOutsideOfContext(4096 /* NodeFlags.DisallowInContext */, func);
31909 }
31910 function disallowInAnd(func) {
31911 return doInsideOfContext(4096 /* NodeFlags.DisallowInContext */, func);
31912 }

Callers 15

parseTemplateSpanFunction · 0.85
parseIfStatementFunction · 0.85
parseDoStatementFunction · 0.85
parseWhileStatementFunction · 0.85
parseReturnStatementFunction · 0.85
parseWithStatementFunction · 0.85
parseCaseClauseFunction · 0.85

Calls 1

doOutsideOfContextFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…