Searched defs:getTypeOfSymbol (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 9564 const type = resolvedSymbol ? getTypeOfSymbol(resolvedSymbol) constant 10220 function getTypeOfSymbol(symbol: Symbol): Type { function 37895 …const promiseConstructorType = promiseConstructorSymbol ? getTypeOfSymbol(promiseConstructorSymbol… constant 43554 const t = proto ? getTypeOfSymbol(proto) : getDeclaredTypeOfSymbol(left); constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 50301 …etReturnTypeOfSignature, getBaseTypes, resolveStructuredTypeMembers, getTypeOfSymbol, getResolvedS… argument 50845 getTypeOfSymbol: getTypeOfSymbol, property 59672 function getTypeOfSymbol(symbol) { function
|
| D | tsc.js | 41538 …etReturnTypeOfSignature, getBaseTypes, resolveStructuredTypeMembers, getTypeOfSymbol, getResolvedS… argument 41837 getTypeOfSymbol: getTypeOfSymbol, property 49561 function getTypeOfSymbol(symbol) { function
|