Home
last modified time | relevance | path

Searched defs:resolve (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/third_party/typescript/src/lib/
Des2015.promise.d.ts48 resolve(): Promise<void>; method
54 resolve<T>(value: T): Promise<Awaited<T>>; method
60 resolve<T>(value: T | PromiseLike<T>): Promise<Awaited<T>>; method
/third_party/typescript/lib/
Dlib.es2015.promise.d.ts68 resolve(): Promise<void>; method
74 resolve<T>(value: T): Promise<Awaited<T>>; method
80 resolve<T>(value: T | PromiseLike<T>): Promise<Awaited<T>>; method
/third_party/typescript/tests/baselines/reference/
Demitter.forAwait(target=es2015).js55 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
56 return new (P || (P = Promise))(function (resolve, reject) { argument
67 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
68 …function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v,… argument
97 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
98 return new (P || (P = Promise))(function (resolve, reject) { argument
109 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
142 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
187 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
229 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
[all …]
DasyncFunctionsAcrossFiles.js20 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
21 return new (P || (P = Promise))(function (resolve, reject) { argument
36 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
37 return new (P || (P = Promise))(function (resolve, reject) { argument
DcallWithMissingVoid.js110 new MyPromise(function (resolve) { return resolve(); }); // no error argument
111 new MyPromise(function (resolve) { return resolve(); }); // no error argument
112 new MyPromise(function (resolve) { return resolve(); }); // error, `any` arguments cannot be omitted argument
113 new MyPromise(function (resolve) { return resolve(); }); // error, `unknown` arguments cannot be om… argument
114 new MyPromise(function (resolve) { return resolve(); }); // error, `never` arguments cannot be omit… argument
DusePromiseFinally.js2 let promise1 = new Promise(function(resolve, reject) {}) argument
7 var promise1 = new Promise(function (resolve, reject) { }) argument
DcommentsOnPropertyOfObjectLiteral1.js2 var resolve = { variable
17 var resolve = { variable
DmodularizeLibrary_NoErrorDuplicateLibOptions2.js50 return new Promise(function (resolve, reject) {}); argument
85 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
86 return new (P || (P = Promise))(function (resolve, reject) { argument
134 return new Promise(function (resolve, reject) { }); argument
DmodularizeLibrary_NoErrorDuplicateLibOptions1.js50 return new Promise(function (resolve, reject) {}); argument
85 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
86 return new (P || (P = Promise))(function (resolve, reject) { argument
134 return new Promise(function (resolve, reject) { }); argument
DmodularizeLibrary_TargetES5UsingES6Lib.js50 return new Promise(function (resolve, reject) {}); argument
85 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
86 return new (P || (P = Promise))(function (resolve, reject) { argument
134 return new Promise(function (resolve, reject) { }); argument
Demitter.forAwait(target=es2017).js58 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
59 …function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v,… argument
89 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
120 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
165 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
210 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
243 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
290 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
DasyncIIFE.js14 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
15 return new (P || (P = Promise))(function (resolve, reject) { argument
DimportCallExpressionNestedES2020.js16 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
17 return new (P || (P = Promise))(function (resolve, reject) { argument
DexportDefaultAsyncFunction.js8 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
9 return new (P || (P = Promise))(function (resolve, reject) { argument
DimportCallExpressionNestedES2015.js15 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
16 return new (P || (P = Promise))(function (resolve, reject) { argument
DnoImplicitReturnsInAsync1.js11 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
12 return new (P || (P = Promise))(function (resolve, reject) { argument
DobjectRest2.js19 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
20 return new (P || (P = Promise))(function (resolve, reject) { argument
DawaitUnionPromise.js25 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
26 return new (P || (P = Promise))(function (resolve, reject) { argument
DasyncMultiFile_es6.js10 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
11 return new (P || (P = Promise))(function (resolve, reject) { argument
DoperationsAvailableOnPromisedType.js34 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
35 return new (P || (P = Promise))(function (resolve, reject) { argument
73 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
74 …function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v,… argument
DimportCallExpressionNestedCJS.js17 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
18 return new (P || (P = Promise))(function (resolve, reject) { argument
/third_party/jerryscript/tests/jerry/es2015/
Dpromise-thenable.js20 f.then = function(resolve) { argument
26 new Promise(function(resolve) { argument
/third_party/skia/src/gpu/
DGrTextureResolveRenderTask.cpp21 Resolve& resolve = fResolves.emplace_back(flags); in addProxy() local
68 const Resolve& resolve = fResolves[i]; in onExecute() local
79 const Resolve& resolve = fResolves[i]; in onExecute() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_map.json270 "resolve": "false", string
278 "resolve": "true", string
286 "resolve": "display->supportsEitherGPUFamily(2, 1)", string
294 "resolve": "display->supportsMacGPUFamily(1)", string
302 "resolve": "display->supportsMacGPUFamily(1)", string
310 "resolve": "true", string
318 "resolve": "display->supportsEitherGPUFamily(2, 1)", string
326 "resolve": "display->supportsMacGPUFamily(1)", string
334 "resolve": "display->supportsMacGPUFamily(1)", string
342 "resolve": "display->supportsMacGPUFamily(1)", string
[all …]
/third_party/skia/m133/src/gpu/ganesh/
DGrTextureResolveRenderTask.cpp34 Resolve* resolve; in addProxy() local
97 const Resolve& resolve = fResolves[i]; in onExecute() local
108 const Resolve& resolve = fResolves[i]; in onExecute() local

12345678910>>...14