Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/toolkit/components/featuregates/docs/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 6 kB image not shown  

Quelle  bug1906451.js   Sprache: unbekannt

 
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

[zur Elbe Produktseite wechseln0.13QuellennavigatorsAnalyse erneut starten2026-06-10]