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

Function isInOrOfKeyword

test/fixtures/snapshot/typescript.js:34815–34817  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

34813 return parseBinaryExpressionRest(precedence, leftOperand, pos);
34814 }
34815 function isInOrOfKeyword(t) {
34816 return t === 101 /* SyntaxKind.InKeyword */ || t === 160 /* SyntaxKind.OfKeyword */;
34817 }
34818 function parseBinaryExpressionRest(precedence, leftOperand, pos) {
34819 while (true) {
34820 // We either have a binary operator here, or we're finished. We call

Callers 2

parseVariableDeclarationFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected