mirror of
https://github.com/RGBCube/serenity
synced 2025-05-16 19:15:07 +00:00
LibJS: Print the name of AST nodes that are missing generate_bytecode()
This way you know which one it is right away. :^)
This commit is contained in:
parent
764a41e284
commit
99ffcc28c2
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ namespace JS {
|
|||
|
||||
void ASTNode::generate_bytecode(Bytecode::Generator&) const
|
||||
{
|
||||
dbgln("Missing generate_bytecode()");
|
||||
dbgln("Missing generate_bytecode() in {}", class_name());
|
||||
TODO();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue