MCPcopy Create free account
hub / github.com/nodejs/node / inHasLexicalThisContext

Function inHasLexicalThisContext

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

Source from the content-addressed store, hash-verified

95946 return !inContext(1 /* ContextFlags.NonTopLevel */);
95947 }
95948 function inHasLexicalThisContext() {
95949 return inContext(2 /* ContextFlags.HasLexicalThis */);
95950 }
95951 function doWithContext(flags, cb, value) {
95952 var contextFlagsToSet = flags & ~contextFlags;
95953 if (contextFlagsToSet) {

Callers 1

Calls 1

inContextFunction · 0.85

Tested by

no test coverage detected