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

Implemented Array.prototype.reverse() #90

Closed
wants to merge 1 commit into from
Closed

Implemented Array.prototype.reverse() #90

wants to merge 1 commit into from

Conversation

dbatyai
Copy link
Member

@dbatyai dbatyai commented May 21, 2015

JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai [email protected]

JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai [email protected]
@ILyoan ILyoan mentioned this pull request May 21, 2015
25 tasks
@galpeter galpeter added this to the ECMA builtins milestone May 21, 2015
@dbatyai dbatyai added the ecma builtins Related to ECMA built-in routines label May 22, 2015
@galpeter
Copy link
Contributor

lgtm

ecma_op_object_get (obj_p, magic_string_length_p),
ret_value);

ECMA_OP_TO_NUMBER_TRY_CATCH (len_number, len_value, 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.

This seems to be part of step 3, not 2.

@ruben-ayrapetyan
Copy link
Contributor

After fixing, make push.

@ruben-ayrapetyan ruben-ayrapetyan self-assigned this May 26, 2015
@dbatyai
Copy link
Member Author

dbatyai commented May 27, 2015

merged: 0ef0b0d

@dbatyai
Copy link
Member Author

dbatyai commented May 27, 2015

I accidentally forgot to change the comment before pushing, this will be addressed later in a style fix.

@dbatyai dbatyai closed this May 27, 2015
@egavrin
Copy link
Contributor

egavrin commented May 27, 2015

I accidentally forgot to change the comment before pushing, this will be addressed later in a style fix.

@dbatyai rise an issue for that, please.

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