MCPcopy Create free account
hub / github.com/nodejs/node / declareSynthIdentifier

Function declareSynthIdentifier

test/fixtures/snapshot/typescript.js:152072–152075  ·  view source on GitHub ↗
(synthId)

Source from the content-addressed store, hash-verified

152070 return synthPattern.bindingPattern;
152071 }
152072 function declareSynthIdentifier(synthId) {
152073 synthId.hasBeenDeclared = true;
152074 return synthId.identifier;
152075 }
152076 function isSynthIdentifier(bindingName) {
152077 return bindingName.kind === 0 /* SynthBindingNameKind.Identifier */;
152078 }

Callers 3

declareSynthBindingNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected