// Nested compilation units (say, an eval with in an eval) should have the // correct sources attributed to them.
let g = newGlobal({newCompartment: true});
let dbg = new Debugger(g);
var text; var count = 0;
dbg.onNewScript = function (script) {
++count; if (count % 2 == 0)
assertEq(script.source.text, text);
}
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.