Files
ladybird/Libraries/LibJS/Bytecode/Interpreter.cpp
Andreas Kling 9709148512 LibJS: Add Value::is_non_negative_int32()
This helper combines the check for is_int32() and as_i32() >= 0 in a
single mask and compare operation.
2025-12-11 14:34:45 -06:00

154 KiB