mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 16:12:44 +00:00 
			
		
		
		
	|  bcfbe0fbf7 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 | ||