• arv's avatar
    [es6] Support super.property in eval and arrow functions · 44e98103
    arv authored
    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=v8:3867, v8:4031
    LOG=N
    
    Review URL: https://codereview.chromium.org/1135243004
    
    Cr-Commit-Position: refs/heads/master@{#28644}
    44e98103
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...