Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/xdr/   (Browser von der Mozilla Stiftung 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
C=93 H=100 G=96

¤ Dauer der Verarbeitung: 0.12 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.