2.1.96 [ECMA-262/6] Section 21.2.5.4 get RegExp.prototype.global

V0144: RegExp.prototype.global is a data property, not an accessor property

The specification states:

 21.2.5.4 get RegExp.prototype.global
  
 RegExp.prototype.global is an accessor property whose set accessor function is undefined. 
 ...

IE11 Mode (All versions)

RegExp.prototype.global is a data property, not an accessor property. It has the following attributes:

    {[[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false}