Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/wasm/tail-calls/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 893 B image not shown  

Quelle  bug1865044.js   Sprache: JAVA

 
// |jit-test| --more-compartments; skip-variant-if: --setpref=wasm_test_serialization=true, true; skip-variant-if: --wasm-compiler=ion, true; skip-if: !('Function' in WebAssembly)

a = newGlobal();
a.b = this;
a.eval("(" + function () {
    Debugger(b).onExceptionUnwind = function () {}
} + ")()");
function c(d) {
  binary = wasmTextToBinary(d)
  e = new WebAssembly.Module(binary)
  return new WebAssembly.Instance(e)
}
f = c(`
(type $g 
  (func (param i64 i64 funcref) (result i64))
)          
(func (export "vis") (param i64 i64 funcref) (result i64) 
  local.get 0 
  local.get 1
  local.get 2
  local.get 2
  ref.cast (ref $g)
  return_call_ref $g
)
`);
h = f.exports["vis"];
i = new WebAssembly.Function({
  parameters: [ "i64""i64""funcref" ], results: ["i64"]   
}, function () {});

assertErrorMessage(
  () => h(3n, 1n, i),
  TypeError, /can't convert undefined to BigInt/
);

Messung V0.5
C=99 H=98 G=98

¤ Dauer der Verarbeitung: 0.5 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.