Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/debug/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  bug-1385844-2.js   Sprache: JAVA

 
// Frame invalidatation should not follow 'debugger eval prev' links.
// This should not fail a 'frame.isDebuggee()' assertion.
// This version of the test requires only a single Debugger, and a single
// debuggee global.

var g = newGlobal({ newCompartment: true });
var dbg = new Debugger(g);

g.eval(`
  function f() { debugger; }
`);
g.observeAll = observeAll;

dbg.onDebuggerStatement = first;
g.eval(`debugger;`);

var saved;
function first(frame) {
  saved = frame;
  dbg.onDebuggerStatement = second;
  saved.eval(`f()`);
}

function second() {
  saved.eval(`observeAll()`);
}

function observeAll() {
  // Setting this hook causes `Debugger::updateExecutionObservabilityOfFrames`
  // to walk the stack looking for frames running in `g` and marking them as
  // debuggees. It should ignore 'debugger eval prev' links; if it does not, the
  // traversal will jump from the frame for `second`'s eval directly to `saved`,
  // the frame for the `g.eval` call. In particular, it will not visit the frame
  // for the eval in `first`, which was never marked as a debuggee. (Simply
  // being created for a `Debugger.Frame.prototype.eval` call doesn't
  // necessarily mark you as a debuggee, if your behavior doesn't need to be
  // observed.)
  dbg.onEnterFrame = function () { };
}

Messung V0.5
C=93 H=93 G=92

¤ Dauer der Verarbeitung: 0.11 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.