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

Quelle  bug818023.js

  Sprache: JAVA
 

Function.prototype.callX = Function.prototype.call;
var x;
function f() {
    x = f.caller;
    return x;
}

function g() {
    return f.callX(null);
}

function h1() {
    // native
    return ([0].map(f))[0];
}

function h2() {
    // self-hosted
    x = null;
    [0].forEach(f);
    return x;
}

function k() {
    x = null;
    [01].sort(f);
    return x;
}

function l() {
    return f();
}

assertEq(g(), g);
assertEq(h1(), h1);
assertEq(h2(), h2);
assertEq(k(), k);
assertEq(l(), l);

var baz;
var foo = {callX: function() { return "m"; }};
function bar() {
    return baz.caller;
}
function m() {
    return baz.callX(null);
}

baz = foo;
assertEq(m(), "m");
baz = bar;
assertEq(m(), m);
assertEq(m(), m);

Messung V0.5 in Prozent
C=97 H=100 G=98

¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet am  2026-06-08) ¤

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