Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/bitflags/src/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 4 kB image not shown  

Quelle  bug1827073.js   Sprache: unbekannt

 
// |jit-test| --fast-warmup
let depth = 0;
function f1(a2, a3, a4, a5) {
    f2();
}
function f2() {
    // Recursion depth reduced to allow PBL with debug build (hence larger
    // frames) to work.
    if (depth++ > 40) {
        return;
    }
    f1(1, 2);
    assertEq(JSON.stringify(Array.from(f1.arguments)), "[1,2]");
}
f1(1, 2);

Messung V0.5
C=93 H=93 G=92

[ zur Elbe Produktseite wechseln0.10Quellennavigators  Analyse erneut starten  ]