Searched refs:getMutableArrayOrTupleType (Results 1 – 3 of 3) sorted by relevance
30808 function getMutableArrayOrTupleType(type: Type) { function30809 return type.flags & TypeFlags.Union ? mapType(type, getMutableArrayOrTupleType) :30821 …return getMutableArrayOrTupleType(arg.kind === SyntaxKind.SyntheticExpression ? (arg as SyntheticE…
66323 function getMutableArrayOrTupleType(type) { function66324 return type.flags & 1048576 ? mapType(type, getMutableArrayOrTupleType) :66333 return getMutableArrayOrTupleType(arg.kind === 237 ? arg.type :
79039 function getMutableArrayOrTupleType(type) { function79040 … return type.flags & 1048576 /* TypeFlags.Union */ ? mapType(type, getMutableArrayOrTupleType) :79051 …return getMutableArrayOrTupleType(arg.kind === 237 /* SyntaxKind.SyntheticExpression */ ? arg.type…