DescriptionX87: [es6] Faster implementation of OrdinaryHasInstance.
port b6419fa2298de8e292c6bed0bd20de5c96f7da12 (r34959)
original commit message:
Now implemented as a builtin that delegates to the InstanceOfStub. That
stub was parameterized to fallback to either Runtime_InstanceOf or to
Runtime_OrdinaryHasInstance depending on the --harmony-instanceof flag.
Once the feature stabilizes and the flag is no longer needed, we can get
rid of this parameterization again.
BUG=
Committed: https://crrev.com/4c0ad049193699e5a670571e2502e0a213fee10e
Cr-Commit-Position: refs/heads/master@{#34975}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|