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

Function declareSynthBindingName

test/fixtures/snapshot/typescript.js:152062–152064  ·  view source on GitHub ↗
(synthName)

Source from the content-addressed store, hash-verified

152060 return synthId.identifier;
152061 }
152062 function declareSynthBindingName(synthName) {
152063 return isSynthIdentifier(synthName) ? declareSynthIdentifier(synthName) : declareSynthBindingPattern(synthName);
152064 }
152065 function declareSynthBindingPattern(synthPattern) {
152066 for (var _i = 0, _a = synthPattern.elements; _i < _a.length; _i++) {
152067 var element = _a[_i];

Callers 4

transformCatchFunction · 0.85
removeReturnsFunction · 0.85

Calls 3

isSynthIdentifierFunction · 0.85
declareSynthIdentifierFunction · 0.85

Tested by

no test coverage detected