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

Quelle  proto_self.js

  Sprache: JAVA
 

// getprop, proto and self, 3 shapes

var expected = "22,202,99;202,99,22;99,22,202;22,202,99;202,99,22;99,22,202;22,202,99;202,99,22;99,22,202;";
var actual = '';

var protoB = { a: 11, b: 22, c: 33 };

function B() {
}
B.prototype = protoB;

var protoC = { a: 101, b: 202, c: 303 };

function C() {
}
C.prototype = protoC;

function f() {
  var o1 = new B();
  var o2 = new C();
  var o3 = new C();
  o3.b = 99;
  var oa = [ o1, o2, o3 ];

  for (var i = 0; i < 9; ++i) {
    // Use 3 PICs so we start out with each type in one PIC.
    var i1 = i % 3;
    var i2 = (i+1) % 3;
    var i3 = (i+2) % 3;

    actual += oa[i1].b + ',';
    actual += oa[i2].b + ',';
    actual += oa[i3].b + ';';
  }
}

f();

assertEq(actual, expected);

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

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

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