c = Number.prototype; function f(o) { if (globalPrototypeChainIsMutable() || o !== Object.prototype)
o.__proto__ = null for (x in o) {}
} for (i = 0; i < 9; i++) {
f(c) if (globalPrototypeChainIsMutable())
Object.prototype.__proto__ = c; for (x in Object.prototype) continue;
f(Math.__proto__);
}
Messung V0.5
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet)
¤
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.