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

Fix String exotic object [[OwnPropertyKeys]] method #206

Closed
programmerjake opened this Issue Nov 18, 2015 · 1 comment

Comments

Projects
None yet
1 participant
@programmerjake

programmerjake commented Nov 18, 2015

the [[OwnPropertyKeys]] method from http://www.ecma-international.org/ecma-262/6.0/index.html#sec-string-exotic-objects-ownpropertykeys doesn't return properties that have a negative integer as the name.

@programmerjake

This comment has been minimized.

Show comment
Hide comment
@programmerjake

programmerjake Nov 18, 2015

closing because negative integers are not considered a "integer index"

programmerjake commented Nov 18, 2015

closing because negative integers are not considered a "integer index"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment