index
:
firefox
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
js
/
src
/
jit-test
/
tests
/
promise
/
unhandled-rejections.js
blob: 0bafa27fd03eb673f4b196dd1712924d3169b578 (
plain
)
1
2
3
// |jit-test| error:Unhandled rejection: "some reason"
Promise
.
reject
(
"some reason"
);