DescriptionX87: [es6] Support super.property in eval and arrow functions
port 44e9810345cea9bfd6861905bc6856db7db5a25c (r28644)
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];
...
}
BUG=
Committed: https://crrev.com/b471651e9677c9f2f834aa5a64db1861a0e785b6
Cr-Commit-Position: refs/heads/master@{#28717}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|