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

Quelle  bug1813533.js

  Sprache: JAVA
 

async function foo() {
  // Suspend this function until later.
  await undefined;

  // Capture the stack using JS::AllFrames.
  saveStack();

  // Capture the stack using JS::FirstSubsumedFrame.
  var g = newGlobal({principal: {}});
  captureFirstSubsumedFrame(g);
}

// Invoke foo. This will capture the stack and mark the bit
// on the top-level script, but we clear it below.
foo();

// Tier up to blinterp, clearing the hasCachedSavedFrame bit
// on the top-level script.
for (var i = 0; i < 20; i++) {}

// Continue execution of foo.
drainJobQueue();

Messung V0.5 in Prozent
C=88 H=74 G=80

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