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

Function token

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

Source from the content-addressed store, hash-verified

31990 // reason about this side effect). Mainstream VMs inline simple functions like this, so
31991 // there is no performance penalty.
31992 function token() {
31993 return currentToken;
31994 }
31995 function nextTokenWithoutCheck() {
31996 return currentToken = scanner.scan();
31997 }

Callers 15

parseIsolatedEntityNameFunction · 0.70
parseJsonTextFunction · 0.70
parseSourceFileWorkerFunction · 0.70
_loop_3Function · 0.70
isBindingIdentifierFunction · 0.70
isIdentifierFunction · 0.70
parseExpectedFunction · 0.70
parseErrorForInvalidNameFunction · 0.70
parseExpectedJSDocFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…