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

Function inDisallowInContext

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

Source from the content-addressed store, hash-verified

31941 return inContext(8192 /* NodeFlags.YieldContext */);
31942 }
31943 function inDisallowInContext() {
31944 return inContext(4096 /* NodeFlags.DisallowInContext */);
31945 }
31946 function inDisallowConditionalTypesContext() {
31947 return inContext(65536 /* NodeFlags.DisallowConditionalTypesContext */);
31948 }

Callers 3

isBinaryOperatorFunction · 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…