ladybird/AK/Debug.h.in
Andreas Kling 97a6807ffa LibJS: Remove JS_BYTECODE_DEBUG
Remove the stale bytecode execution debug hook from Interpreter.cpp now
that bytecode dispatch always enters AsmInt directly. The remaining
bytecode dump flag is separate and still used by parser/codegen paths.
2026-06-14 20:27:59 +02:00

319 lines
5.5 KiB
C

/*
* Copyright (c) 2020-2024, the SerenityOS developers.
*
* SPDX-License-Identifier: BSD-2-Clause
*/
#pragma once
#ifndef AK_STRINGBASE_VERIFY_LAUNDER_DEBUG
# cmakedefine01 AK_STRINGBASE_VERIFY_LAUNDER_DEBUG
#endif
#ifndef AUDIO_DEBUG
# cmakedefine01 AUDIO_DEBUG
#endif
#ifndef BMP_DEBUG
# cmakedefine01 BMP_DEBUG
#endif
#ifndef CACHE_DEBUG
# cmakedefine01 CACHE_DEBUG
#endif
#ifndef CALLBACK_MACHINE_DEBUG
# cmakedefine01 CALLBACK_MACHINE_DEBUG
#endif
#ifndef CANVAS_RENDERING_CONTEXT_2D_DEBUG
# cmakedefine01 CANVAS_RENDERING_CONTEXT_2D_DEBUG
#endif
#ifndef CRYPTO_DEBUG
# cmakedefine01 CRYPTO_DEBUG
#endif
#ifndef COMPOSITOR_DEBUG
# cmakedefine01 COMPOSITOR_DEBUG
#endif
#ifndef CSS_LOADER_DEBUG
# cmakedefine01 CSS_LOADER_DEBUG
#endif
#ifndef CSS_PARSER_DEBUG
# cmakedefine01 CSS_PARSER_DEBUG
#endif
#ifndef CSS_TOKENIZER_DEBUG
# cmakedefine01 CSS_TOKENIZER_DEBUG
#endif
#ifndef CSS_TRANSITIONS_DEBUG
# cmakedefine01 CSS_TRANSITIONS_DEBUG
#endif
#ifndef CURL_DEBUG
# cmakedefine01 CURL_DEBUG
#endif
#ifndef DEVTOOLS_DEBUG
# cmakedefine01 DEVTOOLS_DEBUG
#endif
#ifndef DNS_DEBUG
# cmakedefine01 DNS_DEBUG
#endif
#ifndef EDITOR_DEBUG
# cmakedefine01 EDITOR_DEBUG
#endif
#ifndef FILE_WATCHER_DEBUG
# cmakedefine01 FILE_WATCHER_DEBUG
#endif
#ifndef FLAC_ENCODER_DEBUG
# cmakedefine01 FLAC_ENCODER_DEBUG
#endif
#ifndef FORMATTING_CONTEXT_TRACE_DEBUG
# cmakedefine01 FORMATTING_CONTEXT_TRACE_DEBUG
#endif
#ifndef GIF_DEBUG
# cmakedefine01 GIF_DEBUG
#endif
#ifndef HEAP_DEBUG
# cmakedefine01 HEAP_DEBUG
#endif
#ifndef INCREMENTAL_SWEEP_DEBUG
# cmakedefine01 INCREMENTAL_SWEEP_DEBUG
#endif
#ifndef HIGHLIGHT_FOCUSED_FRAME_DEBUG
# cmakedefine01 HIGHLIGHT_FOCUSED_FRAME_DEBUG
#endif
#ifndef HTML_SCRIPT_DEBUG
# cmakedefine01 HTML_SCRIPT_DEBUG
#endif
#ifndef HTTP_DISK_CACHE_DEBUG
# cmakedefine01 HTTP_DISK_CACHE_DEBUG
#endif
#ifndef HTTP_MEMORY_CACHE_DEBUG
# cmakedefine01 HTTP_MEMORY_CACHE_DEBUG
#endif
#ifndef HTTPJOB_DEBUG
# cmakedefine01 HTTPJOB_DEBUG
#endif
#ifndef ICO_DEBUG
# cmakedefine01 ICO_DEBUG
#endif
#ifndef IDB_DEBUG
# cmakedefine01 IDB_DEBUG
#endif
#ifndef IDL_DEBUG
# cmakedefine01 IDL_DEBUG
#endif
#ifndef IMAGE_DECODER_DEBUG
# cmakedefine01 IMAGE_DECODER_DEBUG
#endif
#ifndef IMAGE_LOADER_DEBUG
# cmakedefine01 IMAGE_LOADER_DEBUG
#endif
#ifndef JS_MODULE_DEBUG
# cmakedefine01 JS_MODULE_DEBUG
#endif
#ifndef LEXER_DEBUG
# cmakedefine01 LEXER_DEBUG
#endif
#ifndef LIBWEB_CSS_ANIMATION_DEBUG
# cmakedefine01 LIBWEB_CSS_ANIMATION_DEBUG
#endif
#ifndef LIBWEB_CSS_DEBUG
# cmakedefine01 LIBWEB_CSS_DEBUG
#endif
#ifndef LIBWEB_WASM_DEBUG
# cmakedefine01 LIBWEB_WASM_DEBUG
#endif
#ifndef LINE_EDITOR_DEBUG
# cmakedefine01 LINE_EDITOR_DEBUG
#endif
#ifndef WEBVIEW_HISTORY_DEBUG
# cmakedefine01 WEBVIEW_HISTORY_DEBUG
#endif
#ifndef LZW_DEBUG
# cmakedefine01 LZW_DEBUG
#endif
#ifndef MACH_PORT_DEBUG
# cmakedefine01 MACH_PORT_DEBUG
#endif
#ifndef MATROSKA_DEBUG
# cmakedefine01 MATROSKA_DEBUG
#endif
#ifndef MATROSKA_TRACE_DEBUG
# cmakedefine01 MATROSKA_TRACE_DEBUG
#endif
#ifndef HTML_PARSER_DEBUG
# cmakedefine01 HTML_PARSER_DEBUG
#endif
#ifndef PATH_DEBUG
# cmakedefine01 PATH_DEBUG
#endif
#ifndef PLAYBACK_MANAGER_DEBUG
# cmakedefine01 PLAYBACK_MANAGER_DEBUG
#endif
#ifndef PNG_DEBUG
# cmakedefine01 PNG_DEBUG
#endif
#ifndef PROMISE_DEBUG
# cmakedefine01 PROMISE_DEBUG
#endif
#ifndef REGEX_DEBUG
# cmakedefine01 REGEX_DEBUG
#endif
#ifndef REQUESTSERVER_DEBUG
# cmakedefine01 REQUESTSERVER_DEBUG
#endif
#ifndef REQUESTSERVER_WIRE_DEBUG
# cmakedefine01 REQUESTSERVER_WIRE_DEBUG
#endif
#ifndef RESOURCE_DEBUG
# cmakedefine01 RESOURCE_DEBUG
#endif
#ifndef SPAM_DEBUG
# cmakedefine01 SPAM_DEBUG
#endif
#ifndef SYNTAX_HIGHLIGHTING_DEBUG
# cmakedefine01 SYNTAX_HIGHLIGHTING_DEBUG
#endif
#ifndef STYLE_INVALIDATION_DEBUG
# cmakedefine01 STYLE_INVALIDATION_DEBUG
#endif
#ifndef TEXTEDITOR_DEBUG
# cmakedefine01 TEXTEDITOR_DEBUG
#endif
#ifndef TIFF_DEBUG
# cmakedefine01 TIFF_DEBUG
#endif
#ifndef TLS_DEBUG
# cmakedefine01 TLS_DEBUG
#endif
#ifndef TOKENIZER_TRACE_DEBUG
# cmakedefine01 TOKENIZER_TRACE_DEBUG
#endif
#ifndef UPDATE_LAYOUT_DEBUG
# cmakedefine01 UPDATE_LAYOUT_DEBUG
#endif
#ifndef URL_PARSER_DEBUG
# cmakedefine01 URL_PARSER_DEBUG
#endif
#ifndef URL_PATTERN_DEBUG
# cmakedefine01 URL_PATTERN_DEBUG
#endif
#ifndef UTF8_DEBUG
# cmakedefine01 UTF8_DEBUG
#endif
#ifndef VULKAN_VALIDATION_LAYERS_DEBUG
# cmakedefine01 VULKAN_VALIDATION_LAYERS_DEBUG
#endif
#ifndef WASI_DEBUG
# cmakedefine01 WASI_DEBUG
#endif
#ifndef WASI_FINE_GRAINED_DEBUG
# cmakedefine01 WASI_FINE_GRAINED_DEBUG
#endif
#ifndef WASM_BINPARSER_DEBUG
# cmakedefine01 WASM_BINPARSER_DEBUG
#endif
#ifndef WASM_CRANELIFT_DEBUG
# cmakedefine01 WASM_CRANELIFT_DEBUG
#endif
#ifndef WASM_TRACE_DEBUG
# cmakedefine01 WASM_TRACE_DEBUG
#endif
#ifndef WASM_VALIDATOR_DEBUG
# cmakedefine01 WASM_VALIDATOR_DEBUG
#endif
#ifndef WEBDRIVER_DEBUG
# cmakedefine01 WEBDRIVER_DEBUG
#endif
#ifndef WEBDRIVER_ROUTE_DEBUG
# cmakedefine01 WEBDRIVER_ROUTE_DEBUG
#endif
#ifndef WEBGL_CONTEXT_DEBUG
# cmakedefine01 WEBGL_CONTEXT_DEBUG
#endif
#ifndef WEBVIEW_PROCESS_DEBUG
# cmakedefine01 WEBVIEW_PROCESS_DEBUG
#endif
#ifndef WEB_FETCH_DEBUG
# cmakedefine01 WEB_FETCH_DEBUG
#endif
#ifndef WEB_WORKER_DEBUG
# cmakedefine01 WEB_WORKER_DEBUG
#endif
#ifndef WEBP_DEBUG
# cmakedefine01 WEBP_DEBUG
#endif
#ifndef XML_PARSER_DEBUG
# cmakedefine01 XML_PARSER_DEBUG
#endif