Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/xdr/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  lazy-class-definition.js

  Sprache: JAVA
 

load(libdir + 'bytecode-cache.js');

// Bury the class definition deep in a lazy function to hit edge cases of lazy
// script handling.

test = `
    function f1() {
        function f2() {
            function f3() {
                class C {
                    constructor() {
                        this.x = 42;
                    }
                }
                return new C;
            }
            return f3();
        }
        return f2();
    }
    if (generation >= 2) {
        assertEq(f1().x, 42);
    }
`;
evalWithCache(test, {});

// NOTE: Fields currently force full parsing, but this test may be more
//       interesting in future.
test = `
    function f1() {
        function f2() {
            function f3() {
                class C {
                    y = 12;

                    constructor() {
                        this.x = 42;
                    }
                }
                return new C;
            }
            return f3();
        }
        return f2();
    }
    if (generation >= 2) {
        assertEq(f1().x, 42);
        assertEq(f1().y, 12);
    }
`;
evalWithCache(test, {});

Messung V0.5 in Prozent
C=97 H=97 G=96

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet am  2026-06-11) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.