Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/dom/ipc/tests/JSProcessActor/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 2 kB image not shown  

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
C=98 H=100 G=98

¤ Dauer der Verarbeitung: 0.2 Sekunden  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

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.