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  optimized-out-03.js

  Sprache: JAVA
 

// Test that eval-in-frame throws on accessing optimized out values.

// Use gczeal 0 to keep CGC from invalidating Ion code and causing test failures.
gczeal(0);

load(libdir + "jitopts.js");

if (!jitTogglesMatch(Opts_IonEagerNoOffthreadCompilation))
  quit(0);

withJitOptions(Opts_IonEagerNoOffthreadCompilation, function() {
  var dbgGlobal = newGlobal({newCompartment: true});
  var dbg = new dbgGlobal.Debugger();
  dbg.addDebuggee(this);

  var warmedUp = false;
  function check() {
    if (warmedUp) {
      var a = dbg.getNewestFrame().older.eval("a")
      assertEq(a.throw.unsafeDereference().toString(),
               "Error: variable 'a' has been optimized out");
    }
  }

  // Test optimized-out binding in function scope.
  function testFunctionScope() {
    var a = 1;
    for (var i = 0; i < 1; i++) { check(); }
  }

  // Test optimized-out binding in block scope.
  function testBlockScope() {
    {
      let a = 1;
      for (var i = 0; i < 1; i++) { check(); }
    }
  }

  with({}) {}

  testFunctionScope();
  testBlockScope();

  warmedUp = true;

  testFunctionScope();
  testBlockScope();
});

Messung V0.5 in Prozent
C=95 H=95 G=94

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-06-04) ¤

*© 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.