Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/security/nss/cmd/bltest/tests/rsa_oaep/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 5 B image not shown  

Quelle  bug1917807.js   Sprache: unbekannt

 
// |jit-test| --wasm-compiler=ion; --blinterp-eager

// Checks JIT exit parameters alignment.

function processWAST(source) {
    let modBuf = wasmTextToBinary(source);
    let module = new WebAssembly.Module(modBuf);
    let instance = new WebAssembly.Instance(module);
    for (let i = 0; i < 10; ++i)  {
        try {
            instance.exports.odd();
        } catch (e) {}
    }
}

processWAST(`(module
(table 2 2 funcref)
(elem (i32.const 0) $odd $odd)
(type $t (func (param) (result i32)))
(func $odd (export "odd") (param i32 i32 i32 i32 i32 i32 i32) (result i32)
  (return_call_indirect (type $t) (i32.const 1) (local.get 1))
))`);

Messung V0.5 in Prozent
C=93 H=82 G=87

[zur Elbe Produktseite wechseln0.10QuellennavigatorsAnalyse erneut starten2026-04-25]