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

Function createWideningContext

test/fixtures/snapshot/typescript.js:67760–67762  ·  view source on GitHub ↗
(parent, propertyName, siblings)

Source from the content-addressed store, hash-verified

67758 return regularNew;
67759 }
67760 function createWideningContext(parent, propertyName, siblings) {
67761 return { parent: parent, propertyName: propertyName, siblings: siblings, resolvedProperties: undefined };
67762 }
67763 function getSiblingsOfContext(context) {
67764 if (!context.siblings) {
67765 var siblings_1 = [];

Callers 2

getWidenedPropertyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected