Files
ladybird/Userland/Libraries/LibJS/Runtime
Ali Mohammad Pur bcfbe0fbf7 LibJS: Manually loop over escaped regex pattern instead of ::replace()
This makes it ever-so-slightly faster, but more importantly, it fixes
the bug where a `/\//` regex's `source` property would return `\\/`
("\\\\/") instead of `\/` due to the existing '/' -> '\/' replace()
call.
2023-02-16 21:03:19 +01:00
..
2023-02-11 21:47:57 +00:00
2023-02-11 21:47:57 +00:00
2023-02-11 21:47:57 +00:00
2023-02-13 00:50:07 +00:00
2023-02-11 21:47:57 +00:00