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.isExtensible and Object.preventExtensions function #106

Closed
wants to merge 1 commit into from

Conversation

kkristof
Copy link
Contributor

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

@egavrin egavrin added this to the ECMA builtins milestone May 27, 2015
{
ret_value = ecma_make_throw_obj_completion_value (ecma_new_standard_error (ECMA_ERROR_TYPE));
return 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.

Could you, please, remove the return ret_value and put rest of the function up to return to else block?

@galpeter galpeter added the ecma builtins Related to ECMA built-in routines label May 27, 2015
@ruben-ayrapetyan ruben-ayrapetyan self-assigned this May 28, 2015
@kkristof
Copy link
Contributor Author

kkristof commented Jun 1, 2015

Hi, I have updated the patch

@ruben-ayrapetyan
Copy link
Contributor

Looks good to me.

@galpeter
Copy link
Contributor

galpeter commented Jun 1, 2015

also lgtm

@egavrin
Copy link
Contributor

egavrin commented Jun 1, 2015

Great!
@galpeter make push.

@galpeter
Copy link
Contributor

galpeter commented Jun 3, 2015

rebased & merged: a838461

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

Successfully merging this pull request may close these issues.

4 participants