/* * Copyright (c) 2021, Andreas Kling <kling@serenityos.org> * * SPDX-License-Identifier: BSD-2-Clause */ #include <LibJS/Bytecode/Instruction.h> namespace JS::Bytecode { Instruction::~Instruction() { } }