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

Fix property lookup in Object.getOwnPropertyDescriptor. #107

Conversation

galpeter
Copy link
Contributor

The ecma_op_general_object_get_own_property call does not find all
properties, we need to use the ecma_op_object_get_own_property method
for correct property lookup.

JerryScript-DCO-1.0-Signed-off-by: Peter Gal [email protected]

@galpeter galpeter added bug Undesired behaviour ecma builtins Related to ECMA built-in routines labels May 27, 2015
@galpeter galpeter added this to the ECMA builtins milestone May 27, 2015
@galpeter
Copy link
Contributor Author

@kkristof, could you take a look?

@egavrin egavrin assigned egavrin and ruben-ayrapetyan and unassigned egavrin May 28, 2015
@kkristof
Copy link
Contributor

lgtm

@ruben-ayrapetyan
Copy link
Contributor

make push

@ruben-ayrapetyan ruben-ayrapetyan removed their assignment May 28, 2015
The ecma_op_general_object_get_own_property call does not find all
properties, we need to use the ecma_op_object_get_own_property method
for correct property lookup.

JerryScript-DCO-1.0-Signed-off-by: Peter Gal [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Undesired behaviour ecma builtins Related to ECMA built-in routines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants