Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/euclid/src/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quellcode-Bibliothek bug1862473.js   Sprache: unbekannt

 
var ins = wasmEvalText(`(module
  (func $func1)
  (func $func2 (param i32 arrayref arrayref i32 i32 i32 i32)
    return_call $func1
  )
  (func (export "test")
    i32.const 1
    ref.null array
    ref.null array
    i32.const -2
    i32.const -3
    i32.const -4
    i32.const -5
    call $func2

    ref.null array
    ref.cast (ref array)
    drop
  )
)`);

assertErrorMessage(() => ins.exports.test(), WebAssembly.RuntimeError, /bad cast/);

Messung V0.5 in Prozent
C=96 H=86 G=90

[0.19QuellennavigatorsProjekt 2026-06-10]