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

Function parseThisTypePredicate

test/fixtures/snapshot/typescript.js:33300–33303  ·  view source on GitHub ↗
(lhs)

Source from the content-addressed store, hash-verified

33298 }
33299 }
33300 function parseThisTypePredicate(lhs) {
33301 nextToken();
33302 return finishNode(factory.createTypePredicateNode(/*assertsModifier*/ undefined, lhs, parseType()), lhs.pos);
33303 }
33304 function parseThisTypeNode() {
33305 var pos = getNodePos();
33306 nextToken();

Callers 1

parseNonArrayTypeFunction · 0.85

Calls 3

nextTokenFunction · 0.85
finishNodeFunction · 0.85
parseTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…