Home
last modified time | relevance | path

Searched defs:rejection (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/parallel/
Dtest-promise-swallowed-event.js6 const rejection = new Error('Swallowed reject'); constant
Dtest-util-inspect.js2297 const rejection = Promise.reject('Oh no!'); constant
/third_party/node/deps/npm/node_modules/promise-call-limit/dist/esm/
Dindex.js15 let rejection; variable
/third_party/node/test/es-module/
Dtest-wasm-web-api.js54 function testCompileStreamingRejection(makeResponsePromise, rejection) { argument
65 function testCompileStreamingRejectionUsingFetch(responseCallback, rejection) { argument
/third_party/node/deps/npm/node_modules/promise-call-limit/dist/commonjs/
Dindex.js41 let rejection; variable
/third_party/node/test/fixtures/wpt/streams/writable-streams/
Dclose.any.js198 const rejection = { name: 'letter' }; variable