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

Function bindPropertyAssignment

test/fixtures/snapshot/typescript.js:47438–47443  ·  view source on GitHub ↗
(name, propertyAccess, isPrototypeProperty, containerIsClass)

Source from the content-addressed store, hash-verified

47436 : propertyAccess.parent.parent.kind === 305 /* SyntaxKind.SourceFile */;
47437 }
47438 function bindPropertyAssignment(name, propertyAccess, isPrototypeProperty, containerIsClass) {
47439 var namespaceSymbol = lookupSymbolForPropertyAccess(name, container) || lookupSymbolForPropertyAccess(name, blockScopeContainer);
47440 var isToplevel = isTopLevelNamespaceAssignment(propertyAccess);
47441 namespaceSymbol = bindPotentiallyMissingNamespaces(namespaceSymbol, propertyAccess.expression, isToplevel, isPrototypeProperty, containerIsClass);
47442 bindPotentiallyNewExpandoMemberToNamespace(propertyAccess, namespaceSymbol, isPrototypeProperty);
47443 }
47444 /**
47445 * Javascript expando values are:
47446 * - Functions

Callers 3

bindPrototypeAssignmentFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…