Home
last modified time | relevance | path

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

12345678910>>...16

/third_party/node/doc/api/
Ddns.md1481 [DNS error codes]: #error-codes
1483 [Implementation considerations section]: #implementation-considerations
1490 [`dns.getServers()`]: #dnsgetservers
1491 [`dns.lookup()`]: #dnslookuphostname-options-callback
1492 [`dns.resolve()`]: #dnsresolvehostname-rrtype-callback
1493 [`dns.resolve4()`]: #dnsresolve4hostname-options-callback
1494 [`dns.resolve6()`]: #dnsresolve6hostname-options-callback
1495 [`dns.resolveAny()`]: #dnsresolveanyhostname-callback
1496 [`dns.resolveCaa()`]: #dnsresolvecaahostname-callback
1497 [`dns.resolveCname()`]: #dnsresolvecnamehostname-callback
[all …]
/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_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
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
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
Demitter.forAwait(target=es5).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
94 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
95 …function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v,… argument
144 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
145 return new (P || (P = Promise))(function (resolve, reject) { argument
183 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
263 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
355 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
417 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
[all …]
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
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
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
DcastOfAwait.js13 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument
14 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
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
/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/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/jerryscript/tests/jerry/es2015/
Dpromise-thenable.js20 f.then = function(resolve) { argument
26 new Promise(function(resolve) { argument
/third_party/node/lib/internal/webstreams/
Dwritablestream.js600 resolve: undefined, property
609 resolve: undefined, property
618 resolve: undefined, property
623 resolve: undefined, property
630 resolve: undefined, property
635 resolve: undefined, property
746 resolve: undefined, property
775 resolve: undefined, property
797 resolve: undefined, property
810 resolve: undefined, property
[all …]
/third_party/node/test/parallel/
Dtest-stream-wrap-drain.js14 let resolve = null; variable
19 resolve = () => { function

12345678910>>...16