| /third_party/node/doc/api/ |
| D | dns.md | 1275 [DNS error codes]: #dns_error_codes 1277 [Implementation considerations section]: #dns_implementation_considerations 1284 [`dns.getServers()`]: #dns_dns_getservers 1285 [`dns.lookup()`]: #dns_dns_lookup_hostname_options_callback 1286 [`dns.resolve()`]: #dns_dns_resolve_hostname_rrtype_callback 1287 [`dns.resolve4()`]: #dns_dns_resolve4_hostname_options_callback 1288 [`dns.resolve6()`]: #dns_dns_resolve6_hostname_options_callback 1289 [`dns.resolveAny()`]: #dns_dns_resolveany_hostname_callback 1290 [`dns.resolveCaa()`]: #dns_dns_resolvecaa_hostname_callback 1291 [`dns.resolveCname()`]: #dns_dns_resolvecname_hostname_callback [all …]
|
| /third_party/node/deps/npm/docs/ |
| D | gatsby-config.js | 15 resolve: 'gatsby-source-filesystem', property 22 resolve: 'gatsby-plugin-no-sourcemaps' property 26 resolve: 'gatsby-plugin-manifest', property 38 resolve: 'gatsby-plugin-google-fonts', property 47 resolve: 'gatsby-transformer-remark', property 59 resolve: 'gatsby-remark-autolink-headers', property 69 resolve: 'gatsby-remark-prismjs', property
|
| /third_party/node/deps/npm/node_modules/write-file-atomic/ |
| D | index.js | 65 new Promise(function serializeSameFile (resolve) { argument 72 return new Promise(function (resolve) { argument 80 return new Promise(function stat (resolve) { argument 102 return new Promise(function (resolve, reject) { argument 110 return new Promise(function (resolve, reject) { argument 124 return new Promise(function (resolve, reject) { argument 137 return new Promise(function (resolve, reject) { argument 146 return new Promise(function (resolve, reject) { argument 154 return new Promise(function (resolve, reject) { argument
|
| /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 90 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument 91 return new (P || (P = Promise))(function (resolve, reject) { argument 102 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument 128 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument 166 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument 201 …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 | 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 | 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 | commentsOnPropertyOfObjectLiteral1.js | 2 var resolve = { variable 17 var resolve = { variable
|
| 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 82 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument 106 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument 144 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument 182 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument 208 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument 248 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument
|
| D | emitter.forAwait(target=es5).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 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 137 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument 138 return new (P || (P = Promise))(function (resolve, reject) { argument 176 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument 249 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument 334 …function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v… argument 389 …function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(val… argument [all …]
|
| 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 | 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 | 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 | castOfAwait.js | 13 …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
|
| 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 | 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
|
| /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/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/jerryscript/tests/jerry/es2015/ |
| D | promise-thenable.js | 20 f.then = function(resolve) { argument 26 new Promise(function(resolve) { argument
|
| /third_party/node/test/parallel/ |
| D | test-stream-wrap-drain.js | 14 let resolve = null; variable 19 resolve = () => { function
|