mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
LibJS: Include executable name in bytecode dumps
This commit is contained in:
@@ -10,6 +10,7 @@ namespace JS::Bytecode {
|
||||
|
||||
void Executable::dump() const
|
||||
{
|
||||
dbgln("\033[33;1mJS::Bytecode::Executable\033[0m ({})", name);
|
||||
for (auto& block : basic_blocks)
|
||||
block.dump(*this);
|
||||
if (!string_table->is_empty()) {
|
||||
|
||||
Reference in New Issue
Block a user