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

Quelle  bug1636306.js

  Sprache: JAVA
 

// |jit-test| --no-ion

oomTest(() => { eval(`
    function getCallee() { return getCallee.caller; }

    // Use trickery to get a reference to a run-once function. We avoid
    // expanding the lazy inner functions in this first invocation.
    let fn = function(x) {
        if (x) {
            // Singleton 'inner'
            let _ = function() {
                function inner() {}
            }();

            // Non-singleton 'inner'
            for (var i = 0; i < 2; i++) {
                let _ = function() {
                    function inner() {}
                }();
            }
        }

        return getCallee();
    }(false);

    // Run the lazy functions inside 'fn' this time. Run twice to check
    // delazification still works after OOM failure.
    for (var i = 0; i < 2; i++) {
        try { fn(true); }
        catch (e) { }
    }
`)});

Messung V0.5 in Prozent
C=87 H=90 G=88

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© 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.