PPC: [es6] Support super.property in eval and arrow functions
Port 44e98103 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= Review URL: https://codereview.chromium.org/1161603004 Cr-Commit-Position: refs/heads/master@{#28665}
Showing
Please
register
or
sign in
to comment