mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-11 01:22:43 +02:00
Convert the heavy comparison and arithmetic macros to take their operand temps as explicit parameters, then migrate every handler that uses them: coerce_to_doubles, numeric_compare, numeric_compare_coerce, boolean_result_epilogue, jump_binary_epilogue, plus the Add, Sub, Mul, LessThan, LessThanEquals, GreaterThan, GreaterThanEquals, JumpLessThan, JumpGreaterThan, JumpLessThanEquals, and JumpGreaterThanEquals handlers.