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

Implement object keys access #3832

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Implement object keys access #3832

merged 1 commit into from
Apr 30, 2024

Conversation

HalidOdat
Copy link
Member

This Pull Request fixes/closes #3830

Implements a wrapper around the already existing [[OwnPropertyKeys]] internal method.

@HalidOdat HalidOdat added enhancement New feature or request API labels Apr 28, 2024
@HalidOdat HalidOdat requested a review from a team April 28, 2024 12:45
Copy link

Test262 conformance changes

Test result main count PR count difference
Total 50,731 50,731 0
Passed 42,973 42,973 0
Ignored 1,395 1,395 0
Failed 6,363 6,363 0
Panics 18 18 0
Conformance 84.71% 84.71% 0.00%

@HalidOdat HalidOdat marked this pull request as ready for review April 29, 2024 06:24
@nekevss nekevss requested a review from a team April 30, 2024 00:16
@raskad raskad added this pull request to the merge queue Apr 30, 2024
Merged via the queue into main with commit 6febf7e Apr 30, 2024
13 checks passed
@raskad raskad deleted the feature/object-keys branch May 11, 2024 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Access to PropertyMap keys
3 participants