Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/js/src/tests/test262/language/comments/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  S7.4_A5.js   Sprache: JAVA

 
// Copyright 2009 the Sputnik authors.  All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.

/*---
info: |
    Single line comments can contain any Unicode character without Line
    Terminators
es5id: 7.4_A5
description: >
    //var " + xx + "yy = -1", insert instead of xx all Unicode
    characters
---*/


var hex = ["0""1""2""3""4""5""6""7""8""9""A""B""C""D""E""F"];
for (var i1 = 0; i1 < 16; i1++) {
  for (var i2 = 0; i2 < 16; i2++) {
    for (var i3 = 0; i3 < 16; i3++) {
      for (var i4 = 0; i4 < 16; i4++) {
        try {
          var uu = hex[i1] + hex[i2] + hex[i3] + hex[i4];
          var xx = String.fromCharCode("0x" + uu);
          var LineTerminators = ((uu === "000A") || (uu === "000D") || (uu === "2028") || (uu === "2029"));
          var yy = 0;
          eval("//var " + xx + "yy = -1");
          if (LineTerminators !== true) {
            if (yy !== 0) {
              throw new Test262Error('#' + uu + ' ');
            }
          } else {
            if (yy !== -1) {
              throw new Test262Error('#' + uu + ' ');
            }
          }
        } catch (e){
          throw new Test262Error('#' + uu + ' ');
        }
      }
    }
  }
}

reportCompare(0, 0);

Messung V0.5
C=88 H=84 G=85

¤ Dauer der Verarbeitung: 0.4 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.