Home
last modified time | relevance | path

Searched defs:Promise (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DmemberAccessMustUseModuleInstances.js4 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
DstaticInstanceResolution3.js4 export class Promise { class
5 static timeout(delay: number): Promise { field in Promise
20 function Promise() { class in Promise
DstaticInstanceResolution5.js4 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
DmoduleInTypePosition1.js4 export class Promise { class
19 function Promise() { class in Promise
DarrayTypeInSignatureOfInterfaceAndClass.js3 class Promise<T> { class
4 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progre… field in Promise
DoperationsAvailableOnPromisedType.js2 async function fn(
7 e: Promise<() => void>,
8 f: Promise<() => void> | (() => void),
DasyncArrowFunction9_es5.js6 var foo = async(a = function (await) { return await; }), Promise; variable
DasyncArrowFunction9_es2017.js6 var foo = async(a = await => await), Promise; variable
DasyncArrowFunction9_es6.js6 var foo = async(a = await => await), Promise; variable
/third_party/node/deps/npm/node_modules/libnpmteam/
DREADME.md84 #### <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/
DgenericCallToOverloadedMethodWithOverloadedArguments.ts3 interface Promise<T> { interface
30 interface Promise<T> { interface
59 interface Promise<T> { interface
/third_party/typescript/tests/projects/inferredTypeFromTransitiveModule/
Dglobal.d.ts4 declare var Promise: PromiseConstructor; variable
5 interface Promise<T> { interface
/third_party/node/deps/npm/node_modules/libnpmhook/
DREADME.md72 ##### Example
129 #### <a name="rm"></a> `> hooks.rm(id, [opts]) -> Promise`
139 ##### Example
187 ##### Example
/third_party/node/deps/npm/node_modules/libnpmorg/
DREADME.md86 #### <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/
DREADME.md212 #### `request.body`
240 #### `request.duplex`
246 #### `response.body`
259 #### Specification Compliance
/third_party/node/deps/npm/node_modules/libnpmpublish/
DREADME.md104 #### <a name="unpublish"></a> `> libpub.unpublish(spec, [opts]) -> Promise`
114 ##### Example
/third_party/typescript/tests/cases/compiler/
DstaticInstanceResolution3.ts3 export class Promise { class
DarrayTypeInSignatureOfInterfaceAndClass.ts2 class Promise<T> { class
DmemberAccessMustUseModuleInstances.ts3 export class Promise { class
DpromiseDefinitionTest.ts2 class Promise<T> {} class
DmoduleInTypePosition1.ts3 export class Promise { class
DuniqueSymbolAssignmentOnGlobalAugmentationSuceeds.ts6 interface Promise<T> { interface
Dpromises.ts1 interface Promise<T> { interface
/third_party/typescript/src/lib/
Des2018.promise.d.ts4 interface Promise<T> { interface
/third_party/typescript/lib/
Dlib.es2018.promise.d.ts24 interface Promise<T> { interface

1234