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

Normative: Date.prototype.toString throws on non-Date receiver #850

Merged
merged 1 commit into from
Jun 28, 2017

Commits on Mar 18, 2017

  1. Normative: Date.prototype.toString throws on non-Date receiver

    JSC and V8 have been shipping the version of the specification
    included in this patch, so it is likely to be web-compatible.
    Throwing on receivers which are not Date instances is simpler
    and more consistent with other methods in ECMAScript.
    
    Closes tc39#849
    littledan committed Mar 18, 2017
    Configuration menu
    Copy the full SHA
    c52acbf View commit details
    Browse the repository at this point in the history