Skip to content

Implement String.prototype.localeCompare function #386

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

bzsolt
Copy link
Member

@bzsolt bzsolt commented Jul 14, 2015

JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com

ret_value);

ecma_string_t *this_string_p = ecma_get_string_from_completion_value (this_to_string_val);
ecma_string_t *arg_string_p = ecma_get_string_from_completion_value (arg_to_string_val);
Copy link
Contributor

Choose a reason for hiding this comment

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

The this_to_string_val and arg_to_string_val are not completion values. They are ecma_value_t-s

Copy link
Member Author

Choose a reason for hiding this comment

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

Oops, you're right, I've fixed it.
Thanks.

@bzsolt bzsolt force-pushed the string_prototype_localecompare branch from 474a805 to fefc0c1 Compare July 14, 2015 11:12
JerryScript-DCO-1.0-Signed-off-by: Zsolt Borbély zsborbely.u-szeged@partner.samsung.com
@bzsolt bzsolt force-pushed the string_prototype_localecompare branch from fefc0c1 to f15fdae Compare July 14, 2015 11:15
@ILyoan ILyoan mentioned this pull request Jul 14, 2015
25 tasks
@zherczeg
Copy link
Member

looks good to me

@ruben-ayrapetyan
Copy link
Contributor

Looks good to me

@egavrin
Copy link
Contributor

egavrin commented Jul 15, 2015

Good to me

@egavrin egavrin assigned bzsolt and unassigned egavrin Jul 15, 2015
@egavrin egavrin added ecma builtins Related to ECMA built-in routines development Feature implementation labels Jul 15, 2015
@egavrin
Copy link
Contributor

egavrin commented Jul 15, 2015

Merged at f625473

@egavrin egavrin closed this Jul 15, 2015
@bzsolt bzsolt deleted the string_prototype_localecompare branch August 7, 2015 14:32
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.

5 participants