Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/modules/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 667 B image not shown  

Quelle  bug-2013549-2.js

  Sprache: JAVA
 

// Create and register a JSON module.
const jsonMod = parseModule('{"key": "value"}'"data.json""json");
registerModule('jsonmod', jsonMod);

// Create a module that namespace-imports the JSON module and re-exports it.
const reexporter = parseModule(`
  import * as ns from "jsonmod" with { type: "json" };
  export { ns };
`);
registerModule("reexporter", reexporter);

// Create a consumer module that imports the re-exported namespace.
const entry = parseModule(`
  import { ns } from "reexporter";
  assertEq(ns.default.key, "value");
`);
registerModule("entry", entry);

// Trigger linking and evaluation via dynamic import.
import("entry");
drainJobQueue();

Messung V0.5 in Prozent
C=81 H=100 G=90

¤ Dauer der Verarbeitung: 0.9 Sekunden  (vorverarbeitet am  2026-08-25) ¤

*© Formatika GbR, Deutschland






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.