/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/ |
H A D | convertToAsyncFunction_CatchFollowedByThen.js | 4 return fetch("https://typescriptlang.org").then(res).catch(rej).then(res); 11 function rej(reject){ function 23 result = await rej(reject); 32 function rej(reject){
|
H A D | convertToAsyncFunction_CatchFollowedByThenMatchingTypes01NoAnnotations.js | 4 return fetch("https://typescriptlang.org").then(res).catch(rej).then(res); 11 function rej(reject){ function 23 result = await rej(reject); 32 function rej(reject){
|
H A D | convertToAsyncFunction_CatchFollowedByThenMismatchTypes01.js | 4 return fetch("https://typescriptlang.org").then(res).catch(rej).then(res); 11 function rej(reject){ function 23 result = await rej(reject); 32 function rej(reject){
|
H A D | convertToAsyncFunction_CatchFollowedByThenMismatchTypes02NoAnnotations.js | 4 return fetch("https://typescriptlang.org").then(res).catch(rej).then(res); 11 function rej(reject){ function 23 result = await rej(reject); 32 function rej(reject){
|
H A D | convertToAsyncFunction_CatchFollowedByThenMismatchTypes03.js | 4 return fetch("https://typescriptlang.org").then(res).catch(rej).then(res); 11 function rej(reject){ function 23 result = await rej(reject); 32 function rej(reject){
|
H A D | convertToAsyncFunction_CatchFollowedByThenMatchingTypes02NoAnnotations.js | 4 return fetch("https://typescriptlang.org").then(res => 0).catch(rej => 1).then(res); 18 } catch (rej) {
|
/third_party/node/deps/npm/node_modules/@npmcli/promise-spawn/lib/ |
H A D | index.js | 17 const p = new Promise((res, rej) => { 23 const reject = er => rej(Object.assign(er, { 53 rej(Object.assign(new Error('command failed'), result))
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | lejp-conf.c | 285 struct lws_protocol_vhost_options *rej; in lejp_globals_cb() local 295 rej = lwsws_align(a); in lejp_globals_cb() 296 a->p += sizeof(*rej); in lejp_globals_cb() 299 rej->next = a->info->reject_service_keywords; in lejp_globals_cb() 300 a->info->reject_service_keywords = rej; in lejp_globals_cb() 301 rej->name = a->p; in lejp_globals_cb() 302 lwsl_notice(" adding rej %s=%s\n", a->p, ctx->buf); in lejp_globals_cb() 305 rej->value = a->p; in lejp_globals_cb() 306 rej->options = NULL; in lejp_globals_cb()
|
H A D | server.c | 2288 const struct lws_protocol_vhost_options *rej = in lws_handshake_server() local 2299 while (rej) { in lws_handshake_server() 2300 if (!strstr(ua, rej->name)) { in lws_handshake_server() 2301 rej = rej->next; in lws_handshake_server() 2305 msg = strchr(rej->value, ' '); in lws_handshake_server() 2309 (unsigned int)atoi(rej->value), msg); in lws_handshake_server()
|
/third_party/node/lib/ |
H A D | util.js | 314 (rej) => process.nextTick(callbackifyOnRejected, rej, cb));
|
/third_party/node/deps/undici/src/lib/fetch/ |
H A D | util.js | 755 let rej 758 rej = reject 761 return { promise, resolve: res, reject: rej }
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
H A D | git.js | 210 .then(() => new Promise((res, rej) => { 221 dirStream.on('error', rej)
|
/third_party/ffmpeg/libavfilter/ |
H A D | formats.h | 242 AVFilterFormats *ff_formats_pixdesc_filter(unsigned want, unsigned rej);
|
H A D | formats.c | 499 AVFilterFormats *ff_formats_pixdesc_filter(unsigned want, unsigned rej) in ff_formats_pixdesc_filter() argument 515 if ((flags & (want | rej)) != want) in ff_formats_pixdesc_filter()
|
/third_party/node/lib/internal/ |
H A D | util.js | 548 const promise = new Promise((res, rej) => { 550 reject = rej;
|
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/ |
H A D | index.js | 1139 const pcall = (res, rej) => { 1142 fmp.then(v => res(v === undefined ? undefined : v), rej);
|
/third_party/node/deps/npm/node_modules/lru-cache/dist/esm/ |
H A D | index.js | 1136 const pcall = (res, rej) => { 1139 fmp.then(v => res(v === undefined ? undefined : v), rej);
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/ |
H A D | index.js | 1660 return new Promise((res, rej) => { 1664 return rej(er);
|
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/ |
H A D | index.js | 1629 return new Promise((res, rej) => { 1633 return rej(er);
|
/third_party/node/deps/undici/ |
H A D | undici.js | 1558 let rej; 1561 rej = reject; 1563 return { promise, resolve: res, reject: rej };
|