mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 12:07:14 +02:00
Teach js_to_int32 to leave a clean low 32-bit result on success, then use box_int32_clean in the ToInt32 fast path and adjacent boolean coercions. This removes one instruction from the AArch64 fjcvtzs path and trims the boolean boxing path without changing behavior.