Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/js/src/debugger/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 1 kB image not shown  

Quelle  moz.build   Sprache: unbekannt

 
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# 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/.

# We give js/src/debugger its own moz.build file, separate from
# js/src/moz.build, so that the object file names don't conflict with those from
# other directories. For example, js/src/debugger/Object.cpp and
# js/src/builtin/Object.cpp had better not smash each other's .o files when
# unified sources are disabled.

FINAL_LIBRARY = "js"

# Includes should be relative to parent path
LOCAL_INCLUDES += ["!..", ".."]

include("../js-config.mozbuild")
include("../js-cxxflags.mozbuild")

UNIFIED_SOURCES = [
    "Debugger.cpp",
    "DebuggerMemory.cpp",
    "DebugScript.cpp",
    "Environment.cpp",
    "Frame.cpp",
    "NoExecute.cpp",
    "Object.cpp",
    "Script.cpp",
    "Source.cpp",
]

if CONFIG["MOZ_EXECUTION_TRACING"]:
    UNIFIED_SOURCES += ["ExecutionTracer.cpp"]

[ Dauer der Verarbeitung: 0.13 Sekunden  (vorverarbeitet)  ]