Files
ladybird/Libraries/LibJS/AsmIntGen
Andreas Kling c3deaa4746 AsmIntGen: Panic on missing constants
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.
2026-03-08 23:04:55 +01:00
..
2026-03-08 23:04:55 +01:00