// If the debuggee cannot be put into debug mode, throw.
// Run this test only if this compartment can't be put into debug mode. var canEnable = true; if (typeof setDebugMode === 'function') { try {
setDebugMode(true);
} catch (exc) {
canEnable = false;
}
}
if (!canEnable) { var g = newGlobal();
g.libdir = libdir;
g.eval("load(libdir + 'asserts.js');");
g.parent = this;
g.eval("assertThrowsInstanceOf(function () { new Debugger(parent); }, Error);");
}
Messung V0.5
¤ Dauer der Verarbeitung: 0.14 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.