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

Quelle  bug1906451.js

  Sprache: JAVA
 

let { table, func } = wasmEvalText(`(module
  (type (func))
  (func (type 0))
  (table 1 1 (ref 0) ref.func 0)
  (export "table" (table 0))
  (export "func" (func 0))
)`).exports;

// Check that the default value initializer worked
let element0 = table.get(0);
assertEq(element0, func);

// Set the first element to itself using the JS-API
// table[0] = table[0]
table.set(0, element0);

// Check that we didn't null out that value somehow
assertEq(element0, table.get(0));

Messung V0.5 in Prozent
C=95 H=92 G=93

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