// Try the dumpValue and dumpValueToString shell functions on various types of // values, and make sure theyit don't crash, and the result is valid JSON.
function f() {}, function* f() {},
async function f() {},
async function* f() {},
Promise.withResolvers(),
p1,
p2,
p3,
new ArrayBuffer([1, 2, 3]), new Int8Array([1, 2, 3]), new Int8Array(new Int8Array([1, 2, 3]).buffer, 1), new Int32Array([1, 2, 3]), new Int32Array(new Int32Array([1, 2, 3]).buffer, 4), new Float64Array([1, 2, 3]), new Float64Array([1, 2, 3]),
new Map([[1, 2]]), new Set([1, 2]), new WeakMap([ [{}, 10], [{}, 20] ]), new WeakSet([{}, {}]), new Proxy({}, {}),
Array,
Array.prototype, this,
]);
Messung V0.5
¤ Dauer der Verarbeitung: 0.12 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.