mirror of
https://github.com/RGBCube/serenity
synced 2025-05-24 01:15:07 +00:00
LibJS: Rename Bytecode::ExecutionUnit => Bytecode::Executable
This commit is contained in:
parent
597e0d95fe
commit
b61f198d22
6 changed files with 14 additions and 14 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue