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

Quelle  Debugger-findScripts-24.js

  Sprache: JAVA
 

// findScripts should reject Debugger.Source objects from other Debuggers.

load(libdir + 'asserts.js');

var g = newGlobal({newCompartment: true});
g.evaluate(`function f() { print("earth/heart/hater"); }`,
           { lineNumber: 1800 });

var dbg1 = new Debugger;
var gDO1 = dbg1.addDebuggee(g);
var fDO1 = gDO1.getOwnPropertyDescriptor('f').value;
assertEq(fDO1.script.source instanceof Debugger.Source, true);

var dbg2 = new Debugger;
var gDO2 = dbg2.addDebuggee(g);
var fDO2 = gDO2.getOwnPropertyDescriptor('f').value;
assertEq(fDO2.script.source instanceof Debugger.Source, true);

assertEq(fDO1.script.source !== fDO2.script.source, true);

// findScripts should reject Debugger.Source objects that don't belong to the
// Debugger it's being invoked on.
assertThrowsInstanceOf(() => dbg1.findScripts({ source: fDO2.script.source }),
                       TypeError);
assertThrowsInstanceOf(() => dbg2.findScripts({ source: fDO1.script.source }),
                       TypeError);

// findScripts should reject Debugger.Source.prototype.
assertThrowsInstanceOf(() => dbg1.findScripts({ source: Debugger.Source.prototype }),
                       TypeError);

// These should not throw, and should return something, but we're not going to
// be picky about exactly what, given findScript's sensitivity to GC.
dbg1.findScripts({ source: fDO1.script.source });
dbg2.findScripts({ source: fDO2.script.source });

Messung V0.5 in Prozent
C=89 H=86 G=87

¤ Dauer der Verarbeitung: 0.18 Sekunden  (vorverarbeitet am  2026-06-10) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

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.