Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/base/test/jsmodules/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 727 B image not shown  

Quelle  test_moduleParsedAsModule.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/base/test/jsmodules/test_moduleParsedAsModule.html


<!DOCTYPE html>
<meta charset=utf-8>
<title>Test module script parsed as module</title>
<script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
<script>
  var wasRun = false;
  var hadSyntaxError = false;

  SimpleTest.waitForExplicitFinish();
  window.onerror = handleError;

  function handleError(message, url, line, column, error) {
    hadSyntaxError = error instanceof SyntaxError;
  }

  // eslint-disable-next-line no-unused-vars
  function testError() {
    ok(wasRun, 'Check module was run');
    ok(!hadSyntaxError, 'Check that no SyntaxError was thrown');
    SimpleTest.finish();
  }
</script>
<script type="module" src="module_testSyntax.mjs"></script>
<body onload='testError()'></body>

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

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© 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.