mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-03 00:42:54 +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
Notes:
sideshowbarker
2024-07-18 12:35:17 +09:00
Author: https://github.com/awesomekling
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