DEBSOURCES
Skip Quicknav
sources / libnginx-mod-js / 0.9.1-1 / test / js / promise_finally_throw.t.js
123456789
/*--- includes: [] flags: [] negative: phase: runtime ---*/ Promise.resolve() .finally(() => {nonExsistingInFinally()});