Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  polymorphic-to-bool.js

  Sprache: JAVA
 

// |jit-test| --fast-warmup; --no-threads

function runTest(src, seen, last) {
    with ({}) {}

    // Make a fresh script.
    var foo = eval(src);

    // Compile it with polymorphic types.
    for (var j = 0; j < 100; j++) {
 foo(seen[j % seen.length]);
    }

    // Now test the type sorted last.
    assertEq(foo(last), false);
}

function runTests(src) {
    // Each of these |seen| sets will cause the |last| type to be
    // the last type tested in testValueTruthyKernel.
    runTest(src, [1n,   Symbol("a"), 1.5,  "",   {}   ],  1);
    runTest(src, [1n,   Symbol("a"), 1.5,  "",   true ],  {});
    runTest(src, [1n,   Symbol("a"), 1.5,  true, {}   ],  "a");
    runTest(src, [1n,   Symbol("a"), true"",   {}   ],  1.5);
    runTest(src, [1n,   true,        1.5,  "",   {}   ],  Symbol("a"));
    runTest(src, [true, Symbol("a"), 1.5,  "",   {}   ],  1n);
}

// JumpIfFalse
runTests("(x) => { if (x) { return false; }}");

// And
runTests("(x) => x && false");

// Or
runTests("(x) => !(x || true)");

// Not
runTests("(x) => !x");

Messung V0.5 in Prozent
C=75 H=82 G=78

¤ 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=277311
#Domains=752002