-
Notifications
You must be signed in to change notification settings - Fork 687
Add toLength and toInteger operations #3146
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
|
Who is using these functions? |
|
@zherczeg Unfortunately currently nobody uses these functions, but these conversion operations also present in ES5.1. To be more precise, in the ES5.1 profile instead of calling these conversion methods, the methods' steps are implemented in all occurrences which increases the binary size. So we are planning to revise these conversion methods all over the code base to be consistent with the 5.1 and the 6.0 standard as well. |
1387720 to
b241a99
Compare
c68f652 to
14f4f68
Compare
JerryScript-DCO-1.0-Signed-off-by: Daniella Barsony [email protected]
dbatyai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
rerobika
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
JerryScript-DCO-1.0-Signed-off-by: Daniella Barsony [email protected]