// Recoverable instruction. Uses AutoUnsafeCallWithABI, so no pending // exceptions are allowed. const recoverable = Math.sqrt(4);
// Throws because |not_defined| isn't defined and we're in strict mode. // The thrown exception attempts to close the iterator, which will then // lead to recovering all instructions, including |Math.sqrt(4)|.
[not_defined] = "a";
}
for (let i = 0; i < 50; i++) { try {
f();
} catch {}
}
Messung V0.5
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.