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

Function checkGrammarForInvalidDynamicName

test/fixtures/snapshot/typescript.js:88623–88627  ·  view source on GitHub ↗
(node, message)

Source from the content-addressed store, hash-verified

88621 }
88622 }
88623 function checkGrammarForInvalidDynamicName(node, message) {
88624 if (isNonBindableDynamicName(node)) {
88625 return grammarErrorOnNode(node, message);
88626 }
88627 }
88628 function checkGrammarMethod(node) {
88629 if (checkGrammarFunctionLikeDeclaration(node)) {
88630 return true;

Callers 2

checkGrammarMethodFunction · 0.85
checkGrammarPropertyFunction · 0.85

Calls 2

isNonBindableDynamicNameFunction · 0.85
grammarErrorOnNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…