Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/include/kunit/   (Linux Kernel Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 7 kB image not shown  

Impressum module-oom.js

  Sprache: JAVA
 

// OOM tests for xdr module parsing.

const sa =
`export default 20;
 export let a = 22;
 export function f(x, y) { return x + y }
`;

const sb =
`import x from "a";
 import { a as y } from "a";
 import * as ns from "a";
 ns.f(x, y);
`;

oomTest(() => {
    let stencil = compileToStencilXDR(sa, {module: true});
    let m = instantiateModuleStencilXDR(stencil);
    let a = registerModule('a', m);

    stencil = compileToStencilXDR(sb, {module: true});
    m = instantiateModuleStencilXDR(stencil);
    let b = registerModule('b', m);
});

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

¤ 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.0.3Bemerkung:  ¤

*Bot Zugriff






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.