Home
last modified time | relevance | path

Searched refs:getMutableArrayOrTupleType (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dchecker.ts30808 function getMutableArrayOrTupleType(type: Type) { function
30809 return type.flags & TypeFlags.Union ? mapType(type, getMutableArrayOrTupleType) :
30821 …return getMutableArrayOrTupleType(arg.kind === SyntaxKind.SyntheticExpression ? (arg as SyntheticE…
/third_party/typescript/lib/
Dtsc.js66323 function getMutableArrayOrTupleType(type) { function
66324 return type.flags & 1048576 ? mapType(type, getMutableArrayOrTupleType) :
66333 return getMutableArrayOrTupleType(arg.kind === 237 ? arg.type :
DtypingsInstaller.js79039 function getMutableArrayOrTupleType(type) { function
79040 … return type.flags & 1048576 /* TypeFlags.Union */ ? mapType(type, getMutableArrayOrTupleType) :
79051 …return getMutableArrayOrTupleType(arg.kind === 237 /* SyntaxKind.SyntheticExpression */ ? arg.type…