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.indexOf(). #26

Closed
wants to merge 1 commit into from
Closed

Implemented Array.prototype.indexOf(). #26

wants to merge 1 commit into from

Conversation

dbatyai
Copy link
Member

@dbatyai dbatyai commented May 7, 2015

JerryScript-DCO-1.0-Signed-off-by: Daniel Batyai [email protected]

@ILyoan ILyoan mentioned this pull request May 12, 2015
25 tasks
@galpeter
Copy link
Contributor

lgtm

/* 8. */
else
{
from_idx_int *= -1;
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe from_idx_int = -from_idx_int; is better?

JerryScript-DCO-1.0-Signed-off-by: Dániel Bátyai [email protected]
@dbatyai
Copy link
Member Author

dbatyai commented May 14, 2015

Hi @egavrin,

I've updated the patch, and rebased to master.

@egavrin
Copy link
Contributor

egavrin commented May 14, 2015

Great, make push

@dbatyai
Copy link
Member Author

dbatyai commented May 15, 2015

merged: fd0c943

@dbatyai dbatyai closed this May 15, 2015
@dbatyai dbatyai deleted the array_prototype_indexof branch June 9, 2015 14:04
sand1k pushed a commit to sand1k/jerryscript that referenced this pull request Dec 8, 2015
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.

3 participants