2.8.6.3 RegExp.lastMatch

The initial value of RegExp.lastMatch is the empty string. This property shall have the attributes { [[Enumerable]]: false, [[Configurable]]: false, [[Writable]]: false }. Even though this property is {[[Writable]]: false}, its value may be modified by calls to RegExp.prototype.exec.