mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-19 23:53:20 +00:00
16 lines
214 B
C++
16 lines
214 B
C++
![]() |
/*
|
||
|
* Copyright (c) 2021, Andreas Kling <kling@serenityos.org>
|
||
|
*
|
||
|
* SPDX-License-Identifier: BSD-2-Clause
|
||
|
*/
|
||
|
|
||
|
#include <LibJS/Bytecode/Instruction.h>
|
||
|
|
||
|
namespace JS::Bytecode {
|
||
|
|
||
|
Instruction::~Instruction()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
}
|