ecma262
ecma262 copied to clipboard
"this value" and "NewTarget" no longer defined in Built-in Function Objects
#3145 removed the descriptions for this value and NewTarget from Built-in Function Objects, but ECMAScript Standard Built-in Objects refers to these descriptions:
In the description of a particular function, the terms “this value” and “NewTarget” have the meanings given in 10.3.
Yup, 3145 should have changed "10.3" to "10.3.3" there.