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 ecma_get_property_descriptor_from_property function #179

Closed
wants to merge 1 commit into from
Closed

Fix ecma_get_property_descriptor_from_property function #179

wants to merge 1 commit into from

Conversation

kkristof
Copy link
Contributor

JerryScript-DCO-1.0-Signed-off-by: Kristof Kosztyo [email protected]

@galpeter
Copy link
Contributor

Can we somehow add a test case for this?

@kkristof
Copy link
Contributor Author

Not really because the problems came up when I started to implement the seal function. The getOwnPropertyDescriptor's test however test this (there was a missing property_descriptor free) because otherwise it would raise assertion in the property_descriptor free function.

@kkristof
Copy link
Contributor Author

It is better now?

@egavrin egavrin added ecma builtins Related to ECMA built-in routines development Feature implementation labels Jun 12, 2015
@egavrin egavrin self-assigned this Jun 12, 2015
@egavrin
Copy link
Contributor

egavrin commented Jun 12, 2015

Good to me.

@galpeter
Copy link
Contributor

yeah, lgtm also

@egavrin
Copy link
Contributor

egavrin commented Jun 12, 2015

make push

JerryScript-DCO-1.0-Signed-off-by: Kristof Kosztyo [email protected]
@galpeter
Copy link
Contributor

Rebased & merged in: 013bce8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Feature implementation ecma builtins Related to ECMA built-in routines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants