1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 10:01:13 +09:00

LibJS: Rename Bytecode::ExecutionUnit => Bytecode::Executable

This commit is contained in:
Andreas Kling 2021-06-09 09:11:20 +02:00
parent 597e0d95fe
commit b61f198d22
Notes: sideshowbarker 2024-07-18 12:35:29 +09:00
6 changed files with 14 additions and 14 deletions

View file

@ -21,7 +21,7 @@ Generator::~Generator()
{
}
ExecutionUnit Generator::generate(ASTNode const& node)
Executable Generator::generate(ASTNode const& node)
{
Generator generator;
generator.switch_to_basic_block(generator.make_block());