Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  test_on_promise_settled.html

  Sprache: HTML
 

 products/Sources/formale Sprachen/C/Firefox/dom/promise/tests/test_on_promise_settled.html


<!--
  Any copyright is dedicated to the Public Domain.
  http://creativecommons.org/publicdomain/zero/1.0/
-->


<!--
Bug 1084065 - Sanity test for interaction between DOM promises and
Debugger.prototype.onPromiseResolved.
-->


<html>
<head>
  <title>Test for interaction with SpiderMonkey's Debugger.prototype.onNewPromise</title>
  <script src="chrome://mochikit/content/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css">
</head>
<body>
<p id="display"></p>
<div id="content" style="display: none">

</div>
<pre id="test">
  <script type="application/javascript">
  SimpleTest.waitForExplicitFinish();

  is(Object.prototype.toString.call(new Promise(function() {})),
     "[object Promise]",
     "We should have the native DOM promise implementation.");

  const {addDebuggerToGlobal} = ChromeUtils.importESModule("resource://gre/modules/jsdebugger.sys.mjs");
  var dbgGlobal = new Cu.Sandbox(document.nodePrincipal,
                                 {freshCompartment: true});
  addDebuggerToGlobal(dbgGlobal);
  var dbg = new dbgGlobal.Debugger(this);

  var wrappedPromise;
  dbg.onPromiseSettled = function(wp) { wrappedPromise = wp; };

  var promise = Promise.resolve();
  promise
    .then(function() {
      ok(wrappedPromise);
      is(wrappedPromise.unsafeDereference(), promise);
      dbg.onPromiseSettled = undefined;
    })
    .catch(function(e) {
      ok(false, "Got an unexpected error: " + e);
    })
    .then(SimpleTest.finish);
  </script>
</pre>
</body>
</html>

Messung V0.5 in Prozent
C=85 H=100 G=92

¤ Dauer der Verarbeitung: 0.2 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.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik

Statistik
#Sources=141584
#Domains=752002