Eine aufbereitete Darstellung der Quelle

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

Benutzer

Quelle  browser_devtools_loader.js

  Sprache: JAVA
 

/* Any copyright is dedicated to the Public Domain.
   http://creativecommons.org/publicdomain/zero/1.0/ */

"use strict";

declTest("getActor in the regular shared loader", {
  loadInDevToolsLoader: false,

  async test(browser) {
    let parent = browser.browsingContext.currentWindowGlobal.domProcess;
    let parentActor = parent.getActor("TestProcessActor");
    ok(parentActor, "JSProcessActorParent should have value.");
    is(
      Cu.getRealmLocation(Cu.getGlobalForObject(parentActor)),
      "shared JSM global",
      "The JSActor module in the parent process should be loaded in the shared global"
    );

    await SpecialPowers.spawn(browser, [], async function () {
      let child = ChromeUtils.domProcessChild;
      ok(child, "DOMProcessChild should have value.");
      let childActor = child.getActor("TestProcessActor");
      ok(childActor, "JSProcessActorChild should have value.");
      is(
        Cu.getRealmLocation(Cu.getGlobalForObject(childActor)),
        "shared JSM global",
        "The JSActor module in the child process should be loaded in the shared global"
      );
    });
  },
});

declTest("getActor in the distinct DevTools loader", {
  loadInDevToolsLoader: true,

  async test(browser) {
    let parent = browser.browsingContext.currentWindowGlobal.domProcess;
    let parentActor = parent.getActor("TestProcessActor");
    ok(parentActor, "JSProcessActorParent should have value.");
    is(
      Cu.getRealmLocation(Cu.getGlobalForObject(parentActor)),
      "DevTools global",
      "The JSActor module in the parent process should be loaded in the distinct DevTools global"
    );

    await SpecialPowers.spawn(browser, [], async function () {
      let child = ChromeUtils.domProcessChild;
      ok(child, "DOMProcessChild should have value.");
      let childActor = child.getActor("TestProcessActor");
      ok(childActor, "JSProcessActorChild should have value.");
      is(
        Cu.getRealmLocation(Cu.getGlobalForObject(childActor)),
        "DevTools global",
        "The JSActor module in the child process should be loaded in the distinct DevTools global"
      );
    });
  },
});

Messung V0.5 in Prozent
C=89 H=98 G=93

¤ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet am  2026-06-10) ¤

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

Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....
    

Besucherstatistik

Besucherstatistik