Wrong attribues for name
and length
function properties.
#1440
Labels
Milestone
name
and length
function properties.
#1440
Currently for for builtins it is
WRITABLE
,NON_ENUMERABLE
,PERMANENT
. But it should beREADONLY
,NON_ENUMERABLE
andCONFIGURABLE
https://tc39.es/ecma262/#sec-function-instances
The text was updated successfully, but these errors were encountered: