Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/devtools/shared/tests/xpcshell/   (Firefox Browser Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 788 B image not shown  

Quelle  test_require_raw.js

  Sprache: JAVA
 

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


"use strict";

// Test require using "raw!".

function run_test() {
  const loader = new DevToolsLoader();
  const require = loader.require;

  const variableFileContents = require("raw!chrome://devtools/skin/variables.css");
  ok(!!variableFileContents.length, "raw browserRequire worked");

  const propertiesFileContents = require("raw!devtools/client/locales/shared.properties");
  ok(
    !!propertiesFileContents.length,
    "unprefixed properties raw require worked"
  );

  const chromePropertiesFileContents = require("raw!chrome://devtools/locale/shared.properties");
  ok(
    !!chromePropertiesFileContents.length,
    "prefixed properties raw require worked"
  );
}

Messung V0.5 in Prozent
C=91 H=98 G=94

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet am  2026-06-05) ¤

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