Home
last modified time | relevance | path

Searched defs:promisedType (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/services/codefixes/
DfixReturnTypeInAsyncFunction.ts12 readonly promisedType: Type; property
25 const { returnTypeNode, returnType, promisedTypeNode, promisedType } = info; constant
54 const promisedType = checker.getAwaitedType(returnType) || checker.getVoidType(); constant
/third_party/typescript/src/compiler/
Dchecker.ts30062 const promisedType = getPromisedTypeOfPromise(containingType); constant
37551 const promisedType = getPromisedTypeOfPromise(type, errorNode); constant
37805 … const promisedType = getPromisedTypeOfPromise(type, /*errorNode*/ undefined, thisTypeForErrorOut); constant
/third_party/typescript/lib/
Dtsc.js68575 function createPromiseType(promisedType) { argument
68583 function createPromiseLikeType(promisedType) { argument
68591 function createPromiseReturnType(func, promisedType) { argument
DtypingsInstaller.js81569 function createPromiseType(promisedType) { argument
81580 function createPromiseLikeType(promisedType) { argument
81591 function createPromiseReturnType(func, promisedType) { argument