Home
last modified time | relevance | path

Searched refs:rej (Results 1 – 25 of 67) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/
DconvertToAsyncFunction_NoRes3.ts4 return fetch('https://typescriptlang.org').catch(rej => console.log(rej));
12 } catch (rej) {
13 return console.log(rej);
DconvertToAsyncFunction_NoRes2.ts4 return fetch('https://typescriptlang.org').then(undefined).catch(rej => console.log(rej));
12 } catch (rej) {
13 return console.log(rej);
DconvertToAsyncFunction_CatchFollowedByThenMismatchTypes01.ts4 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){ function
DconvertToAsyncFunction_CatchFollowedByThenMatchingTypes01.ts4 return fetch("https://typescriptlang.org").then(res).catch(rej).then(res);
11 function rej(reject): number { function
23 result = await rej(reject);
32 function rej(reject): number { function
DconvertToAsyncFunction_CatchFollowedByThenMatchingTypes01NoAnnotations.ts4 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){ function
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){
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){
DconvertToAsyncFunction_CatchFollowedByThenMismatchTypes02NoAnnotations.ts4 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){ function
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){
DconvertToAsyncFunction_CatchFollowedByThen.ts4 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){ function
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){
DconvertToAsyncFunction_CatchFollowedByThenMismatchTypes02.ts4 return fetch("https://typescriptlang.org").then(res).catch(rej).then(res);
11 function rej(reject): Response{ function
23 result = await rej(reject);
32 function rej(reject): Response{ function
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){
DconvertToAsyncFunction_CatchFollowedByThenMismatchTypes03.ts4 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){ function
DconvertToAsyncFunction_CatchAndRejRef.ts4 return fetch('https://typescriptlang.org').then(res, rej).catch(catch_err)
9 function rej(rejection){ function
23 return rej(rejection);
32 function rej(rejection){ function
DconvertToAsyncFunction_CatchFollowedByThenMismatchTypes04.ts14 return fetch("https://typescriptlang.org").then(res).catch(rej).then(res);
21 function rej(reject): a{ function
43 result = await rej(reject);
52 function rej(reject): a{ function
DconvertToAsyncFunction_CatchFollowedByThenMatchingTypes02NoAnnotations.ts4 return fetch("https://typescriptlang.org").then(res => 0).catch(rej => 1).then(res);
18 } catch (rej) {
DconvertToAsyncFunction_CatchFollowedByThenMatchingTypes02.ts4 return fetch("https://typescriptlang.org").then(res => 0).catch(rej => 1).then(res);
18 } catch (rej) {
DconvertToAsyncFunction_CatchFollowedByThenMatchingTypes02NoAnnotations.js4 return fetch("https://typescriptlang.org").then(res => 0).catch(rej => 1).then(res);
18 } catch (rej) {
/third_party/node/lib/internal/fs/
Dwatchers.js322 let rej;
325 rej(new AbortError());
333 rej = reject;
345 rej(error);
370 rej = reject;
/third_party/node/deps/npm/node_modules/tar/lib/
Dcreate.js54 const promise = new Promise((res, rej) => {
55 stream.on('error', rej)
57 p.on('error', rej)
/third_party/node/deps/npm/node_modules/infer-owner/
Dindex.js6 const lstat = path => new Promise((res, rej) =>
7 fs.lstat(path, (er, st) => er ? rej(er) : res(st)))
/third_party/libwebsockets/lib/roles/http/server/
Dlejp-conf.c275 struct lws_protocol_vhost_options *rej; in lejp_globals_cb() local
285 rej = lwsws_align(a); in lejp_globals_cb()
286 a->p += sizeof(*rej); in lejp_globals_cb()
289 rej->next = a->info->reject_service_keywords; in lejp_globals_cb()
290 a->info->reject_service_keywords = rej; in lejp_globals_cb()
291 rej->name = a->p; in lejp_globals_cb()
295 rej->value = a->p; in lejp_globals_cb()
296 rej->options = NULL; in lejp_globals_cb()
/third_party/node/lib/
Dutil.js295 (rej) => process.nextTick(callbackifyOnRejected, rej, cb));
/third_party/rust/crates/nix/
D.gitignore6 *.rej

123