Files
ladybird/Userland/Libraries
Linus Groh 304e193836 LibJS: Fix some issues in RegExp.prototype[@@match]
- We were not passing the to_string()'d argument to the exec function
  but the original argument
- We were leaking an empty value in two cases, which almost certainly
  will crash something down the line
- We were not checking for exceptions after to_string() and get(), which
  both may throw. If the getter is an accessor, it'll assert upon being
  called with the VM already storing an exception.
2021-03-14 12:24:57 +01:00
..
2021-03-14 11:30:38 +01:00
2021-03-12 17:38:17 +01:00
2021-03-13 20:07:25 +01:00