2.1.33 [ECMA-262/7] Section 19.5.3 Properties of the Error Prototype Object

V0182: The error prototype object is the intrinsic object %Error%

The specification states:

 19.5.3 Properties of the Error Prototype Object
  
     The Error prototype object is the intrinsic object %ErrorPrototype%. The Error 
     prototype object is an ordinary object. It is not an Error instance and does not have 
     an [[ErrorData]] internal slot.
  
     The value of the [[Prototype]] internal slot of the Error prototype object is the 
     intrinsic object %ObjectPrototype%.

EdgeHTML Mode

The Error prototype object is the intrinsic object %Error%. It is an Error object. It is not an Error instance and does have an [[ErrorData]] internal slot.