2.4.7.10 RegExp['$&']

The initial value of RegExp['$&'] 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.