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

Function parseThisTypeNode

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

Source from the content-addressed store, hash-verified

33302 return finishNode(factory.createTypePredicateNode(/*assertsModifier*/ undefined, lhs, parseType()), lhs.pos);
33303 }
33304 function parseThisTypeNode() {
33305 var pos = getNodePos();
33306 nextToken();
33307 return finishNode(factory.createThisTypeNode(), pos);
33308 }
33309 function parseJSDocAllType() {
33310 var pos = getNodePos();
33311 nextToken();

Callers 2

parseNonArrayTypeFunction · 0.85

Calls 3

getNodePosFunction · 0.85
nextTokenFunction · 0.85
finishNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…