2.8.12 The Debug Object

The Debug object is a single object that has some named properties, all of which are functions.

The value of the internal [[Prototype]] property of the Debug object is the Object prototype object (15.2.3.1). The value of the internal [[Class]] property of the Debug object is "Object".

The Debug object does not have a [[Construct]] property; it is not possible to use the Debug object as a constructor with the new operator.

The Debug object does not have a [[Call]] property; it is not possible to invoke the Debug object as a function.