Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upsign() appears to be unused in the spec #214
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
anba
Nov 21, 2015
Contributor
sign() was previously used in ToInteger, ToInt32, etc., but https://bugs.ecmascript.org/show_bug.cgi?id=3581 replaced it with textual description. So it can be removed safely.
|
sign() was previously used in ToInteger, ToInt32, etc., but https://bugs.ecmascript.org/show_bug.cgi?id=3581 replaced it with textual description. So it can be removed safely. |
bterlson
closed this
in
c34f0b6
Dec 2, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
domenic commentedNov 21, 2015
Probably should be removed?