Builtin object methods have wrong attributes #761
Labels
bug
Something isn't working
builtins
PRs and Issues related to builtins/intrinsics
Hacktoberfest
Hacktoberfest 2021 - https://hacktoberfest.digitalocean.com
Milestone
Describe the bug
Builtin object methods like
Object.is()
Array.prototype.push
, etc, haveWRITABLE
,ENUMERABLE
andCONFIGURABLE
, but they should haveWRITABLE
,NON_ENUMERABLE
andCONFIGURABLE
To Reproduce
Steps to reproduce the issue, or JavaScript code that causes this failure.
This JavaScript code reproduces the issue:
The text was updated successfully, but these errors were encountered: