DescriptionES6: Desugaring of instanceof to support @@hasInstance
This is a rework of the instanceof operator to support ES6 semantics
(as per section 12.10.4 of the spec:
https://tc39.github.io/ecma262/#sec-instanceofoperator).
It's behind flag --harmony-instanceof for now, which is turned on for staging.
BUG=v8:4447
LOG=N
Committed: https://crrev.com/deb7d5b090a9964cd37d20760a21afd6835438b6
Cr-Commit-Position: refs/heads/master@{#34170}
Patch Set 1 #Patch Set 2 : Finished desugaring. #Patch Set 3 : Fixed todos. #
Total comments: 15
Patch Set 4 : Code comments. #
Total comments: 2
Patch Set 5 : Added a small test, disabled an ignition failure. #Patch Set 6 : Removed cruft in test262.status. #Patch Set 7 : REBASE. #Patch Set 8 : Disabled new test for ignition. #
Total comments: 2
Patch Set 9 : REBASE plus comment response. #
Messages
Total messages: 37 (17 generated)
|