Searched defs:getTypeOfSymbol (Results 1 – 3 of 3) sorted by relevance
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 9605 const type = resolvedSymbol ? getTypeOfSymbol(resolvedSymbol) constant 10261 function getTypeOfSymbol(symbol: Symbol): Type { function 37957 …const promiseConstructorType = promiseConstructorSymbol ? getTypeOfSymbol(promiseConstructorSymbol… constant 43625 const t = proto ? getTypeOfSymbol(proto) : getDeclaredTypeOfSymbol(left); constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 41689 …etReturnTypeOfSignature, getBaseTypes, resolveStructuredTypeMembers, getTypeOfSymbol, getResolvedS… argument 42001 getTypeOfSymbol: getTypeOfSymbol, property 49740 function getTypeOfSymbol(symbol) { function
|
| D | typingsInstaller.js | 50461 …etReturnTypeOfSignature, getBaseTypes, resolveStructuredTypeMembers, getTypeOfSymbol, getResolvedS… argument 51019 getTypeOfSymbol: getTypeOfSymbol, property 59867 function getTypeOfSymbol(symbol) { function
|