Using new Function()
creates a new function
WHEN using new Function()
THEN this is equivalent to Function()
with the same parameters
num params
Links
The very first version of the spec defines this property already, the ES1 spec, see section 15.3.2.1 (PDF 732kB).
The MDN pages describing this property, easy to read with examples.