mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 17:55:07 +02:00
Replace all unwrap_or(0) and parse().unwrap_or(0) calls in the asmint code generator with expect()/panic! so that missing constants or unparseable literals cause a build-time failure instead of silently generating wrong code.