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

Function nextTokenIsIdentifierOnSameLine

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

Source from the content-addressed store, hash-verified

34469 return false;
34470 }
34471 function nextTokenIsIdentifierOnSameLine() {
34472 nextToken();
34473 return !scanner.hasPrecedingLineBreak() && isIdentifier();
34474 }
34475 function parseYieldExpression() {
34476 var pos = getNodePos();
34477 // YieldExpression[In] :

Callers 1

isDeclarationFunction · 0.85

Calls 2

nextTokenFunction · 0.85
isIdentifierFunction · 0.70

Tested by

no test coverage detected