Files
ladybird/Userland/Libraries/LibJS/Runtime
Jess ecb7d4b40f LibJS: Throw RangeError in StringPrototype::repeat if OOM
currently crashes with an assertion failure in `String::repeated` if
malloc can't serve a `count * input_size` sized request, so add
`String::repeated_with_error` to propagate the error.
2024-04-20 19:23:46 -04:00
..
2023-11-30 09:51:46 -05:00
2024-04-07 07:03:13 +02:00