Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/xpconnect/tests/mochitest/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 827 B image not shown  

Quelle  file_expandosharing.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/js/xpconnect/tests/mochitest/file_expandosharing.html


<!DOCTYPE html>
<html>
<head>
<script type="application/javascript">
  function setup() {
    // Set up different target objects for expandos, one for each binding type.
    window.targetWN = window;
    window.targetDOM = new XMLHttpRequest();
    window.targetJS = new Date();
  }

  function placeExpando(name, val, target) {
    target[name] = val;
  }

  // If val === null, then we shouldn't have access.
  function checkExpando(name, val, target, msg) {
    if (val !== null) {
      ok(name in target, msg);
      try {
        is(target[name], val, "Got the right expando value");
      } catch(e) { ok(false, "Threw when accessing same-origin expando"); }
    }
    else {
      ok(!(name in target), msg);
    }
  }

</script>
</head>
<body onload="setup();">
    <span>Salut, Ma Cherise. ;-)</span>
</body>
</html>

Messung V0.5 in Prozent
C=98 H=100 G=98

¤ Dauer der Verarbeitung: 0.24 Sekunden  (vorverarbeitet am  2026-08-26) ¤

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