unhandled-rejections.js (87B)
1 // |jit-test| error:Unhandled rejection: "some reason" 2 3 Promise.reject("some reason");