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  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
C=91 H=95 G=92

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