Home
last modified time | relevance | path

Searched refs:rej (Results 1 - 20 of 20) sorted by relevance

/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/
H A DconvertToAsyncFunction_CatchFollowedByThen.js4 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 DconvertToAsyncFunction_CatchFollowedByThenMatchingTypes01NoAnnotations.js4 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 DconvertToAsyncFunction_CatchFollowedByThenMismatchTypes01.js4 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 DconvertToAsyncFunction_CatchFollowedByThenMismatchTypes02NoAnnotations.js4 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 DconvertToAsyncFunction_CatchFollowedByThenMismatchTypes03.js4 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 DconvertToAsyncFunction_CatchFollowedByThenMatchingTypes02NoAnnotations.js4 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 Dindex.js17 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 Dlejp-conf.c285 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 Dserver.c2288 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 Dutil.js314 (rej) => process.nextTick(callbackifyOnRejected, rej, cb));
/third_party/node/deps/undici/src/lib/fetch/
H A Dutil.js755 let rej
758 rej = reject
761 return { promise, resolve: res, reject: rej }
/third_party/node/deps/npm/node_modules/pacote/lib/
H A Dgit.js210 .then(() => new Promise((res, rej) => {
221 dirStream.on('error', rej)
/third_party/ffmpeg/libavfilter/
H A Dformats.h242 AVFilterFormats *ff_formats_pixdesc_filter(unsigned want, unsigned rej);
H A Dformats.c499 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 Dutil.js548 const promise = new Promise((res, rej) => {
550 reject = rej;
/third_party/node/deps/npm/node_modules/lru-cache/dist/commonjs/
H A Dindex.js1139 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 Dindex.js1136 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 Dindex.js1660 return new Promise((res, rej) => {
1664 return rej(er);
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
H A Dindex.js1629 return new Promise((res, rej) => {
1633 return rej(er);
/third_party/node/deps/undici/
H A Dundici.js1558 let rej;
1561 rej = reject;
1563 return { promise, resolve: res, reject: rej };

Completed in 28 milliseconds