Skip to content

Implement Object.freeze and Object.isFrozen function #202

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

Merged
merged 1 commit into from
Jun 22, 2015
Merged

Implement Object.freeze and Object.isFrozen function #202

merged 1 commit into from
Jun 22, 2015

Conversation

kkristof
Copy link
Contributor

JerryScript-DCO-1.0-Signed-off-by: Kristof Kosztyo kkosztyo.u-szeged@partner.samsung.com

@kkristof kkristof added ecma builtins Related to ECMA built-in routines development Feature implementation labels Jun 17, 2015
@kkristof kkristof added this to the ECMA builtins milestone Jun 17, 2015
@galpeter
Copy link
Contributor

lgtm

ecma_free_property_descriptor (&prop_desc);
}

if (!ecma_is_completion_value_throw (ret_value))
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe, it is better to use ecma_is_completion_value_empty, as this would mean the same, while being more similar to the condition, used in loop.

@kkristof
Copy link
Contributor Author

Hi, I have updated and rebased the patch.

@ruben-ayrapetyan
Copy link
Contributor

Looks good to me

@egavrin
Copy link
Contributor

egavrin commented Jun 21, 2015

make push

@egavrin egavrin assigned kkristof and unassigned egavrin Jun 21, 2015
JerryScript-DCO-1.0-Signed-off-by: Kristof Kosztyo kkosztyo.u-szeged@partner.samsung.com
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.

4 participants