Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/ion/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 779 B image not shown  

Quelle  bug913749.js   Sprache: JAVA

 
y = new Float32Array(11);
x = [];

Object.defineProperty(x, 18, {
    get: (function() {
        y.length;
    }),
});
JSON.stringify(this);

y = undefined;

// The exact error message varies nondeterministically. Accept several
// variations on the theme.
var variations = [
    `y is undefined`,
    `can't access property "length" of undefined`,
    `can't access property "length", y is undefined`,
    `undefined has no properties`,
];

var hits = 0;
for (var i = 0; i < 3; i++) {
    try {
        x.toString();
    } catch (e) {
        assertEq(e.constructor.name, 'TypeError');
        if (!variations.includes(e.message))
            throw new Error(`expected one of ${JSON.stringify(variations)}; got ${String(e.message)}`);
        hits++;
    }
}
assertEq(hits, 3);

Messung V0.5
C=94 H=84 G=88

¤ Dauer der Verarbeitung: 0.1 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.