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

Function isReservedPrivateName

test/fixtures/snapshot/typescript.js:95880–95882  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

95878 /*typeArguments*/ undefined, [receiver]);
95879 }
95880 function isReservedPrivateName(node) {
95881 return node.escapedText === "#constructor";
95882 }
95883})(ts || (ts = {}));
95884/*@internal*/
95885var ts;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected