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


Quelle  sort-getter-only.js   Sprache: JAVA

 
// The property assignments in Array.prototype.sort are strict assignments.

load(libdir + "asserts.js");

var a = ["A", , "B""C""D"];
var normalArrayElementDesc = Object.getOwnPropertyDescriptor(a, 0);
var getterDesc = {
    get: function () { return "F"; },
    set: undefined,
    enumerable: true,
    configurable: false
};
Object.defineProperty(a, 1, getterDesc);

// a.sort is permitted to try to delete a[1] or to try to assign a[1], but it
// must try one or the other. Either one will fail, throwing a TypeError.
assertThrowsInstanceOf(() => a.sort(), TypeError);

// a.sort() is not permitted to delete the nonconfigurable property.
assertDeepEq(Object.getOwnPropertyDescriptor(a, 1), getterDesc);

// The values left in the other elements of a are unspecified; some or all may
// have been deleted.
for (var i = 0; i < a.length; i++) {
    if (i !== 1 && a.hasOwnProperty(i)) {
        normalArrayElementDesc.value = a[i];
        assertDeepEq(Object.getOwnPropertyDescriptor(a, i), normalArrayElementDesc);
    }
}

Messung V0.5
C=80 H=80 G=80

¤ Dauer der Verarbeitung: 0.14 Sekunden  (vorverarbeitet)  ¤

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






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge