2.4.7.5 RegExp.lastParen

The initial value of RegExp.lastParen 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.