Files
ladybird/Userland/Libraries/LibJS/Runtime
Linus Groh cf6ceb956f LibJS: Avoid js_string() allocation in parse_time_zone_offset_string()
No need to take the spec literally here since we know the input values
are guaranteed to be integral numbers. Use AK string to number parsing
functionality instead and save a couple of PrimitiveString allocations.

This matches what we already do in parse_temporal_time_zone_string().
2022-01-12 21:24:12 +01:00
..
2021-12-10 22:52:36 +00:00
2022-01-09 22:02:43 +01:00