mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-24 00:24:38 +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:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user