![]() 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 |