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

Function getEvolvingArrayType

test/fixtures/snapshot/typescript.js:69990–69992  ·  view source on GitHub ↗
(elementType)

Source from the content-addressed store, hash-verified

69988 return result;
69989 }
69990 function getEvolvingArrayType(elementType) {
69991 return evolvingArrayTypes[elementType.id] || (evolvingArrayTypes[elementType.id] = createEvolvingArrayType(elementType));
69992 }
69993 // When adding evolving array element types we do not perform subtype reduction. Instead,
69994 // we defer subtype reduction until the evolving array type is finalized into a manifest
69995 // array type.

Callers 3

getTypeAtFlowAssignmentFunction · 0.85

Calls 1

createEvolvingArrayTypeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…