mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-05-16 16:12:53 +00:00
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. |
||
---|---|---|
.. | ||
RegExp.js | ||
RegExp.legacy.js | ||
RegExp.prototype.@@match.js | ||
RegExp.prototype.@@replace.js | ||
RegExp.prototype.compile.js | ||
RegExp.prototype.exec.js | ||
RegExp.prototype.flags.js | ||
RegExp.prototype.hasIndices.js | ||
RegExp.prototype.source.js | ||
RegExp.prototype.test.js | ||
RegExp.prototype.toString.js |