| /third_party/typescript/tests/baselines/reference/ |
| D | memberAccessMustUseModuleInstances.js | 4 export class Promise { class 5 static timeout(delay: number): Promise { field in Promise 22 var Promise = /** @class */ (function () { class 23 function Promise() { class in anonymousFunction4a8058660100.Promise
|
| D | staticInstanceResolution3.js | 4 export class Promise { class 5 static timeout(delay: number): Promise { field in Promise 20 function Promise() { class in Promise
|
| D | staticInstanceResolution5.js | 4 export class Promise { class 5 static timeout(delay: number): Promise { field in Promise 24 var Promise = /** @class */ (function () { class 25 function Promise() { class in anonymousFunction7d6615be0200.Promise
|
| D | moduleInTypePosition1.js | 4 export class Promise { class 19 function Promise() { class in Promise
|
| D | arrayTypeInSignatureOfInterfaceAndClass.js | 3 class Promise<T> { class 4 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progre… field in Promise
|
| D | operationsAvailableOnPromisedType.js | 2 async function fn( 7 e: Promise<() => void>, 8 f: Promise<() => void> | (() => void),
|
| D | asyncArrowFunction9_es5.js | 6 var foo = async(a = function (await) { return await; }), Promise; variable
|
| D | asyncArrowFunction9_es2017.js | 6 var foo = async(a = await => await), Promise; variable
|
| D | asyncArrowFunction9_es6.js | 6 var foo = async(a = await => await), Promise; variable
|
| /third_party/node/deps/npm/node_modules/libnpmteam/ |
| D | README.md | 84 #### <a name="destroy"></a> `> team.destroy(team, [opts]) -> Promise` 96 #### <a name="add"></a> `> team.add(user, team, [opts]) -> Promise` 107 #### <a name="rm"></a> `> team.rm(user, team, [opts]) -> Promise` 118 #### <a name="ls-teams"></a> `> team.lsTeams(scope, [opts]) -> Promise` 122 ##### Example 161 ##### Example
|
| /third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
| D | genericCallToOverloadedMethodWithOverloadedArguments.ts | 3 interface Promise<T> { interface 30 interface Promise<T> { interface 59 interface Promise<T> { interface
|
| /third_party/typescript/tests/projects/inferredTypeFromTransitiveModule/ |
| D | global.d.ts | 4 declare var Promise: PromiseConstructor; variable 5 interface Promise<T> { interface
|
| /third_party/node/deps/npm/node_modules/libnpmhook/ |
| D | README.md | 72 ##### Example 129 #### <a name="rm"></a> `> hooks.rm(id, [opts]) -> Promise` 139 ##### Example 187 ##### Example
|
| /third_party/node/deps/npm/node_modules/libnpmorg/ |
| D | README.md | 86 #### <a name="rm"></a> `> org.rm(org, user, [opts]) -> Promise` 102 #### <a name="ls"></a> `> org.ls(org, [opts]) -> Promise` 113 ##### Example
|
| /third_party/node/deps/undici/src/ |
| D | README.md | 212 #### `request.body` 240 #### `request.duplex` 246 #### `response.body` 259 #### Specification Compliance
|
| /third_party/node/deps/npm/node_modules/libnpmpublish/ |
| D | README.md | 104 #### <a name="unpublish"></a> `> libpub.unpublish(spec, [opts]) -> Promise` 114 ##### Example
|
| /third_party/typescript/tests/cases/compiler/ |
| D | staticInstanceResolution3.ts | 3 export class Promise { class
|
| D | arrayTypeInSignatureOfInterfaceAndClass.ts | 2 class Promise<T> { class
|
| D | memberAccessMustUseModuleInstances.ts | 3 export class Promise { class
|
| D | promiseDefinitionTest.ts | 2 class Promise<T> {} class
|
| D | moduleInTypePosition1.ts | 3 export class Promise { class
|
| D | uniqueSymbolAssignmentOnGlobalAugmentationSuceeds.ts | 6 interface Promise<T> { interface
|
| D | promises.ts | 1 interface Promise<T> { interface
|
| /third_party/typescript/src/lib/ |
| D | es2018.promise.d.ts | 4 interface Promise<T> { interface
|
| /third_party/typescript/lib/ |
| D | lib.es2018.promise.d.ts | 24 interface Promise<T> { interface
|