DescriptionPPC: [es6] Support super.property in eval and arrow functions
Port 44e9810345cea9bfd6861905bc6856db7db5a25c
Original commit message:
When we enter a method that needs access to the [[HomeObject]]
we allocate a local variable `.home_object` and assign it the
value from the [[HomeObject]] private symbol. Something along
the lines of:
method() {
var .home_object = %ThisFunction()[home_object_symbol];
...
}
R=arv@chromium.org, dstence@us.ibm.com, michael_dawson@ca.ibm.com
BUG=
Committed: https://crrev.com/4070b20aee56f1c3ffb2bf464eee53c709a83421
Cr-Commit-Position: refs/heads/master@{#28665}
Patch Set 1 #
Messages
Total messages: 6 (1 generated)
|