2.4.7.4 RegExp.lastMatch

The initial value of RegExp.lastMatch is the empty string. This property shall have the attributes { DontEnum, DontDelete, ReadOnly }. Even though this is a ReadOnly property, its value may be modified by calls to RegExp.prototype.exec.