Files
ladybird/Libraries/LibJS/RustIntegration.cpp
Andreas Kling 8d51371e22 LibJS: Skip AST dump for ClassFieldInitializerStatement
ClassFieldInitializerStatement is a synthetic AST node that does not
support dump_to_string(). Guard the pipeline comparison code against
this case to avoid a VERIFY failure when comparing class field
initializer functions.
2026-03-01 21:20:54 +01:00

53 KiB