Searched defs:getTypeArguments (Results 1 – 8 of 8) sorted by relevance
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 2402 getTypeArguments(type: TypeReference): readonly Type[]; method
|
| D | typescriptServices.d.ts | 2402 getTypeArguments(type: TypeReference): readonly Type[]; method
|
| D | tsserverlibrary.d.ts | 2402 getTypeArguments(type: TypeReference): readonly Type[]; method
|
| D | typingsInstaller.js | 50461 …eOfSymbol, getResolvedSymbol, getConstraintOfTypeParameter, getFirstIdentifier, getTypeArguments) { argument 51061 getTypeArguments: getTypeArguments, property 63291 function getTypeArguments(type) { function
|
| D | tsc.js | 41689 …eOfSymbol, getResolvedSymbol, getConstraintOfTypeParameter, getFirstIdentifier, getTypeArguments) { argument 42043 getTypeArguments: getTypeArguments, property 52724 function getTypeArguments(type) { function
|
| /third_party/typescript/tests/baselines/reference/api/ |
| D | typescript.d.ts | 2402 getTypeArguments(type: TypeReference): readonly Type[]; method
|
| D | tsserverlibrary.d.ts | 2402 getTypeArguments(type: TypeReference): readonly Type[]; method
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 13905 function getTypeArguments(type: TypeReference): readonly Type[] { function
|