/third_party/typescript/tests/cases/compiler/ |
D | promisePermutations.ts | 2 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progre… method 3 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => U, progress?: (progress: any) … method 4 …then<U>(success?: (value: T) => U, error?: (error: any) => Promise<U>, progress?: (progress: any) … method 5 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void):… method 10 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (prog… method 11 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any)… method 12 …then<U>(success?: (value: T) => U, error?: (error: any) => IPromise<U>, progress?: (progress: any)… method 13 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void):… method
|
D | awaitedTypeJQuery.ts | 10 then<ARD = never, AJD = never, AND = never, method 37 then<ARF = never, AJF = never, ANF = never, method 57 then<ARP = never, AJP = never, ANP = never, method 70 then<ARD = never, AJD = never, AND = never, method 90 then<ARF = never, AJF = never, ANF = never, method 103 then<ARD = never, AJD = never, AND = never, method
|
D | promisePermutations3.ts | 4 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => Promise<U>, progress?: (progre… method 5 …then<U>(success?: (value: T) => Promise<U>, error?: (error: any) => U, progress?: (progress: any) … method 6 …then<U>(success?: (value: T) => U, error?: (error: any) => Promise<U>, progress?: (progress: any) … method 7 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void):… method 12 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void):… method
|
D | promisePermutations2.ts | 4 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void):… method 9 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (prog… method 10 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any)… method 11 …then<U>(success?: (value: T) => U, error?: (error: any) => IPromise<U>, progress?: (progress: any)… method 12 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void):… method
|
D | ipromise4.ts | 3 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (prog… method 4 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any)… method 5 …then<U>(success?: (value: T) => U, error?: (error: any) => IPromise<U>, progress?: (progress: any)… method 6 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void )… method
|
D | ipromise3.ts | 2 …then<U>(success?: (value: T) => IPromise3<U>, error?: (error: any) => IPromise3<U>, progress?: (pr… method 3 …then<U>(success?: (value: T) => IPromise3<U>, error?: (error: any) => U, progress?: (progress: any… method 4 …then<U>(success?: (value: T) => U, error?: (error: any) => IPromise3<U>, progress?: (progress: any… method 5 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void )… method
|
D | asyncFunctionsAndStrictNullChecks.ts | 6 …then<U>(success?: (value: TResult) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?:… method 7 …then<U>(success?: (value: TResult) => IPromise<U>, error?: (error: any) => U, progress?: (progress… method 8 …then<U>(success?: (value: TResult) => U, error?: (error: any) => IPromise<U>, progress?: (progress… method 9 …then<U>(success?: (value: TResult) => U, error?: (error: any) => U, progress?: (progress: any) => … method
|
D | ipromise2.ts | 3 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => IPromise<U>, progress?: (prog… method 4 …then<U>(success?: (value: T) => IPromise<U>, error?: (error: any) => U, progress?: (progress: any)… method 5 …then<U>(success?: (value: T) => U, error?: (error: any) => IPromise<U>, progress?: (progress: any)… method 6 …then<U>(success?: (value: T) => U, error?: (error: any) => U, progress?: (progress: any) => void )… method
|
D | promiseIdentityWithAny2.ts | 2 then<U, W>(callback: (x: T) => IPromise<U, W>): IPromise<U, W>; method 5 then(callback: (x: T) => Promise<any, any>): Promise<any, any>; method 14 then<U, W>(callback: (x: T) => IPromise2<U, W>): IPromise2<U, W>; method 17 …then<U, W>(callback: (x: T) => Promise2<string, any>): Promise2<any, any>; // Uses string instead … method
|
D | promiseIdentity.ts | 2 then<U>(callback: (x: T) => IPromise<U>): IPromise<U>; method 5 then<U>(callback: (x: T) => Promise<U>): Promise<U>; method 12 then<U, W>(callback: (x: T) => IPromise2<U, W>): IPromise2<W, U>; method 15 …then<U, W>(callback: (x: V) => Promise2<U, T>): Promise2<T, W>; // Uses V instead of T in callback… method
|
D | bluebirdStaticThis.ts | 113 …then<U>(onFulfilled: (value: R) => Thenable<U>, onRejected: (error: any) => Thenable<U>): Thenable… method 114 then<U>(onFulfilled: (value: R) => Thenable<U>, onRejected?: (error: any) => U): Thenable<U>; method 115 then<U>(onFulfilled: (value: R) => U, onRejected: (error: any) => Thenable<U>): Thenable<U>; method 116 then<U>(onFulfilled?: (value: R) => U, onRejected?: (error: any) => U): Thenable<U>; method
|
D | functionOverloadsOnGenericArity2.ts | 2 then(p: string): string; method 3 then<U>(p: string): string; method 4 then<U, T>(p: string): Date; method
|
D | overloadOnGenericArity.ts | 2 then<U>(p: string): string; method 3 then(p: string): Date; // Error: Overloads cannot differ only by return type method
|
D | promises.ts | 2 then<U>(success?: (value: T) => U): Promise<U>; method 3 then<U>(success?: (value: T) => Promise<U>): Promise<U>; method
|
D | promiseIdentity2.ts | 2 then<U, W>(callback: (x: T) => IPromise<U, W>): IPromise<U, W>; method 5 then<U, W>(callback: (x: T) => Promise<T, U>): Promise<T, W>; method
|
D | promiseIdentityWithConstraints.ts | 2 then<U extends T, W extends V>(callback: (x: T) => IPromise<U, W>): IPromise<U, W>; method 5 then<U extends T, W extends V>(callback: (x: T) => Promise<U, W>): Promise<U, W>; method
|
D | promiseIdentityWithAny.ts | 2 then<U, W>(callback: (x: T) => IPromise<U, W>): IPromise<U, W>; method 5 then<U, W>(callback: (x: T) => Promise<any, any>): Promise<any, any>; method
|
D | chainedCallsWithTypeParameterConstrainedToOtherTypeParameter2.ts | 3 then<S extends T>(cb: (x: T) => S): Chain<S> { method in Chain 26 then<S extends T>(cb: (x: T) => S): Chain2<S> { method in Chain2
|
D | awaitedTypeStrictNull.ts | 20 interface BadPromise { then(cb: (value: BadPromise) => void): void; } method 23 interface BadPromise1 { then(cb: (value: BadPromise2) => void): void; } method 24 interface BadPromise2 { then(cb: (value: BadPromise1) => void): void; } method
|
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/ |
D | genericCallToOverloadedMethodWithOverloadedArguments.ts | 4 then<U>(cb: (x: T) => Promise<U>): Promise<U>; method 31 then<U>(cb: (x: T) => Promise<U>): Promise<U>; method 32 then<U>(cb: (x: T) => Promise<U>, error?: (error: any) => Promise<U>): Promise<U>; method 60 then<U>(cb: (x: T) => Promise<U>): Promise<U>; method 61 then<U>(cb: (x: T) => Promise<U>, error?: (error: any) => Promise<U>): Promise<U>; method 62 …then<U>(cb: (x: T) => Promise<U>, error?: (error: any) => U, progress?: (preservation: any) => voi… method
|
/third_party/node/test/fixtures/wpt/streams/piping/ |
D | then-interception.any.js | 9 Object.prototype.then = function(resolver) { function 18 delete Object.prototype.then; method in delete 35 delete Object.prototype.then; method in delete 39 delete Object.prototype.then; method in delete 59 delete Object.prototype.then; method in delete 63 delete Object.prototype.then; method in delete
|
/third_party/node/deps/npm/node_modules/ignore-walk/lib/ |
D | index.js | 87 const then = _ => { function 96 addIgnoreFile (file, then) { argument 102 onReadIgnoreFile (file, data, then) { argument 143 const then = _ => { function 157 onstat ({ st, entry, file, dir, isSymbolicLink }, then) { argument 174 stat ({ entry, file, dir }, then) { argument 207 walker (entry, opts, then) { argument 259 addIgnoreFile (file, then) { argument 264 stat ({ entry, file, dir }, then) { argument 276 walker (entry, opts, then) { argument
|
/third_party/node/test/parallel/ |
D | test-primordials-promise.js | 40 then: { property 47 then: { property 68 SafePromiseAllReturnArrayLike([Promise.resolve(val1), { then(resolve) { resolve(val2); } }]), method 101 then: { property
|
/third_party/cef/include/base/ |
D | cef_callback.h | 144 OnceCallback<ThenR(Args...)> Then(OnceCallback<ThenR(ThenArgs...)> then) && { in Then() 157 RepeatingCallback<ThenR(ThenArgs...)> then) && { in Then() 226 RepeatingCallback<ThenR(ThenArgs...)> then) const& { in Then() 237 RepeatingCallback<ThenR(ThenArgs...)> then) && { in Then()
|
/third_party/node/test/fixtures/wpt/streams/readable-streams/ |
D | patched-global.any.js | 114 Promise.prototype.then = () => { method in Promise 118 Promise.prototype.then = oldPromiseThen; method in Promise 127 Promise.prototype.then = () => { method in Promise 131 Promise.prototype.then = oldPromiseThen; method in Promise
|