-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 )
- Loading branch information
Suwei Chen
committed
Jun 9, 2016
1 parent
d5884b5
commit 49fdae3
Showing
7 changed files
with
395 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.