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

sign() appears to be unused in the spec #214

Closed
domenic opened this Issue Nov 21, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@domenic
Member

domenic commented Nov 21, 2015

Probably should be removed?

@anba

This comment has been minimized.

Show comment
Hide comment
@anba

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.

Contributor

anba commented Nov 21, 2015

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 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