| /third_party/typescript/src/lib/ |
| D | es2015.promise.d.ts | 48 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/ |
| D | lib.es2015.promise.d.ts | 68 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/ |
| D | emitter.forAwait(target=es2015).js | 55 …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 …]
|
| D | asyncFunctionsAcrossFiles.js | 20 …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
|
| D | callWithMissingVoid.js | 110 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
|
| D | usePromiseFinally.js | 2 let promise1 = new Promise(function(resolve, reject) {}) argument 7 var promise1 = new Promise(function (resolve, reject) { }) argument
|
| D | commentsOnPropertyOfObjectLiteral1.js | 2 var resolve = { variable 17 var resolve = { variable
|
| D | modularizeLibrary_NoErrorDuplicateLibOptions2.js | 50 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
|
| D | modularizeLibrary_NoErrorDuplicateLibOptions1.js | 50 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
|
| D | modularizeLibrary_TargetES5UsingES6Lib.js | 50 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
|
| D | emitter.forAwait(target=es2017).js | 58 …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
|
| D | asyncIIFE.js | 14 …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
|
| D | importCallExpressionNestedES2020.js | 16 …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
|
| D | exportDefaultAsyncFunction.js | 8 …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
|
| D | importCallExpressionNestedES2015.js | 15 …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
|
| D | noImplicitReturnsInAsync1.js | 11 …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
|
| D | objectRest2.js | 19 …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
|
| D | awaitUnionPromise.js | 25 …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
|
| D | asyncMultiFile_es6.js | 10 …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
|
| D | operationsAvailableOnPromisedType.js | 34 …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
|
| D | importCallExpressionNestedCJS.js | 17 …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/ |
| D | promise-thenable.js | 20 f.then = function(resolve) { argument 26 new Promise(function(resolve) { argument
|
| /third_party/skia/src/gpu/ |
| D | GrTextureResolveRenderTask.cpp | 21 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/ |
| D | mtl_format_map.json | 270 "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/ |
| D | GrTextureResolveRenderTask.cpp | 34 Resolve* resolve; in addProxy() local 97 const Resolve& resolve = fResolves[i]; in onExecute() local 108 const Resolve& resolve = fResolves[i]; in onExecute() local
|