15.3.3 Properties of the Function constructor

2010-07-04

Note that the global Function object is meant by "the constructor".

The [[Class]] property of Function is "Function".
The [[Prototype]] property of Function is the Function prototype object (15.3.4).
The [[Extensible]] property of Function is true.