/* * Copyright (c) 2026-present, the Ladybird developers. * * SPDX-License-Identifier: BSD-2-Clause */ #pragma once #include #include #include namespace JS::Bytecode { class Executable; ErrorOr validate_bytecode(Executable const&, ReadonlySpan basic_block_offsets); }