mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
LibJS: Rename Bytecode::ExecutionUnit => Bytecode::Executable
This commit is contained in:
Notes:
sideshowbarker
2024-07-18 12:35:29 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/b61f198d22b
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user