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