Skip to content

Implement Object.prototype.isPrototypeOf #47

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

Conversation

galpeter
Copy link
Contributor

JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.u-szeged@partner.samsung.com

@galpeter galpeter changed the title Implement Object.prototype.isPropertyOf Implement Object.prototype.isPrototypeOf May 13, 2015
@galpeter galpeter force-pushed the object_prototype_isprototypeof branch from 0718623 to ad4bab7 Compare May 13, 2015 13:56
ecma_object_t *v_obj_p = ecma_get_object_from_value (v_obj_value);

do
{
Copy link
Contributor

Choose a reason for hiding this comment

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

Just a general comment, could you also add comments to the lines corresponding to sub-bullets from the ECMA paragraphs, like /* 3.a ... */.

@galpeter galpeter force-pushed the object_prototype_isprototypeof branch from ad4bab7 to be103c4 Compare May 15, 2015 14:25
@galpeter
Copy link
Contributor Author

@egavrin,
I've updated the pull request.

@egavrin
Copy link
Contributor

egavrin commented May 15, 2015

Fine, make push

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants