Quelle promise_uncatchable_exception.js
Sprache: JAVA
/* global TestFunctions */
postMessage("Done", "*");
var p = new Promise(function () {
TestFunctions.throwUncatchableException();
ok(false, "Shouldn't get here!");
}).catch(function () {
ok(false, "Shouldn't get here!");
});
ok(false, "Shouldn't get here!");
Messung V0.5
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤