Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/devtools/shared/specs/   (Apache Software Stiftung Version 2.4.65©)  Datei vom 10.2.2025 mit Größe 986 B image not shown  

Quellcode-Bibliothek tracer.js   Sprache: JAVA

 
/* This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */


"use strict";

const {
  generateActorSpec,
  Arg,
  types,
} = require("resource://devtools/shared/protocol.js");

types.addDictType("tracer.start.options", {
  logMethod: "string",
  traceValues: "boolean",
  traceOnNextInteraction: "boolean",
  traceOnNextLoad: "boolean",
  traceDOMMutations: "nullable:array:string",
});

const tracerSpec = generateActorSpec({
  typeName: "tracer",

  methods: {
    startTracing: {
      request: {
        options: Arg(0, "tracer.start.options"),
      },
    },
    stopTracing: {
      request: {},
    },
  },
});

exports.tracerSpec = tracerSpec;

const TRACER_LOG_METHODS = {
  DEBUGGER_SIDEBAR: "debugger-sidebar",
  STDOUT: "stdout",
  CONSOLE: "console",
  PROFILER: "profiler",
};
exports.TRACER_LOG_METHODS = TRACER_LOG_METHODS;

100%


¤ 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.0.3Bemerkung:  ¤

*Bot Zugriff






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 ist noch experimentell.