aboutsummaryrefslogtreecommitdiff
path: root/test/js/promise_finally_throw.t.js
blob: 74fe0d9f934b4da74b334da649e836888f47fa37 (plain)
1
2
3
4
5
6
7
8
9
/*---
includes: []
flags: []
negative:
  phase: runtime
---*/

Promise.resolve()
.finally(() => {nonExsistingInFinally()});