Description[turbofan] Fix super property calls to act as method calls.
This fixes [NAMED|KEYED]_SUPER_PROPERTY_CALL to perform a method call
instead of a function call. The difference is visible for sloppy mode
targets that convert primitive receivers.
R=rossberg@chromium.org
TEST=mjsunit/regress/regress-4525
BUG=v8:4525
LOG=n
Committed: https://crrev.com/26f90c95cc8b56a51e462175fd5ebec5399f9a68
Cr-Commit-Position: refs/heads/master@{#31664}
Patch Set 1 #
Total comments: 2
Patch Set 2 : Adapted test. #
Total comments: 2
Patch Set 3 : Addressed comment. #
Depends on Patchset: Messages
Total messages: 10 (3 generated)
|