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

ES6hasInstance #1063

Merged
merged 1 commit into from
Jun 9, 2016
Merged

ES6hasInstance #1063

merged 1 commit into from
Jun 9, 2016

Commits on Jun 9, 2016

  1. Enable ES6hasInstance in experimental

    Recuperate perf loss from existing ES6hasInstance implementation.
    Perf-neutral with vs. without -es6hasinstance switch.
    Add inline-cache-invalidation for user-defined Symbol.hasInstance property in function constructor.
    Revamp unit tests for ES6hasInstance.
    
    Related ECMA262 spec sections:
    6.1.5.1 Well-Known Symbols
    7.3.19 OrdinaryHasInstance (C, O)
    12.10.4 Runtime Semantics: InstanceofOperator(O, C)
    19.2.3.6 Function.prototype [ @@hasInstance ] ( V )
    Suwei Chen committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    49fdae3 View commit details
    Browse the repository at this point in the history