Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/js/xpconnect/tests/unit/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 867 B image not shown  

Quelle  test_locks.js   Sprache: JAVA

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


"use strict";

/**
 * Tests that privileged scopes can access Web Locks and use them without
 * being associated with a content global.
 */

add_task(async function test_locks() {
  Assert.ok(locks, "The locks global was imported.");
  let { promise: firstPromise, resolve: firstResolve } =
    Promise.withResolvers();

  const LOCK_NAME = "Some lock";

  await locks.request(LOCK_NAME, async lock => {
    Assert.ok(lock, "Got the lock");

    let { held: heldLocks } = await locks.query();
    Assert.equal(heldLocks.length, 1, "Should only be 1 held lock");
    Assert.equal(heldLocks[0].name, LOCK_NAME, "Got the right lock name");
    Assert.equal(heldLocks[0].clientId, """Got an empty client ID");

    firstResolve();
  });
  await firstPromise;
});

Messung V0.5
C=92 H=97 G=94

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