Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong attribues for name and length function properties. #1440

Closed
HalidOdat opened this issue Jul 28, 2021 · 0 comments · Fixed by #1442
Closed

Wrong attribues for name and length function properties. #1440

HalidOdat opened this issue Jul 28, 2021 · 0 comments · Fixed by #1442
Assignees
Labels
bug Something isn't working builtins PRs and Issues related to builtins/intrinsics execution Issues or PRs related to code execution
Milestone

Comments

@HalidOdat
Copy link
Member

HalidOdat commented Jul 28, 2021

Currently for for builtins it is WRITABLE, NON_ENUMERABLE, PERMANENT. But it should be READONLY, NON_ENUMERABLE and CONFIGURABLE

https://tc39.es/ecma262/#sec-function-instances

@HalidOdat HalidOdat added bug Something isn't working builtins PRs and Issues related to builtins/intrinsics execution Issues or PRs related to code execution labels Jul 28, 2021
@HalidOdat HalidOdat added this to the v0.13.0 milestone Jul 28, 2021
@HalidOdat HalidOdat self-assigned this Jul 28, 2021
@HalidOdat HalidOdat linked a pull request Jul 28, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working builtins PRs and Issues related to builtins/intrinsics execution Issues or PRs related to code execution
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant