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

Quelle  bug2035209.js

  Sprache: JAVA
 

try {
  var params = [];
  for (var i = 0; i < 32768; i++) params.push("a" + i);
  var getter = new Function(params.join(","), "return 42;");
  for (var i = 0; i < 200; i++) getter();
  var proto = {};
  Object.defineProperty(proto, "prop", { get: getter });
  function test(o) { return o.prop; }
  function A() { this.a = 1; }
  A.prototype = { prop: 1 };
  function B() { this.b = 2; }
  B.prototype = { prop: 2 };
  function C() { this.c = 3; }
  C.prototype = { prop: 3 };
  var objs = [new A(), new B(), new C()];
  for (var i = 0; i < 3000; i++) test(objs[i % 3]);
  function WithGetter() {}
  WithGetter.prototype = proto;
  test(new WithGetter());
catch {}

Messung V0.5 in Prozent
C=100 H=78 G=89

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-08-25) ¤

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