Classes: Add super support in methods and accessors
authorarv@chromium.org <arv@chromium.org>
Wed, 29 Oct 2014 11:45:57 +0000 (11:45 +0000)
committerarv@chromium.org <arv@chromium.org>
Wed, 29 Oct 2014 11:46:18 +0000 (11:46 +0000)
commit5b3f9ec76d1dd5ef16177c0389fb50390c43e254
tree379a87b7954a656368c03fd9429828f21cd1aaac
parent65fb2cf1296b107c843275df675eed07e42fa8dc
Classes: Add super support in methods and accessors

This is done by installing the [[HomeObject]] on the method and the
accessor functions.

BUG=v8:3330
LOG=Y
R=dslomov@chromium.org

Review URL: https://codereview.chromium.org/683893002

Cr-Commit-Position: refs/heads/master@{#24976}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24976 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/arm/full-codegen-arm.cc
src/arm64/full-codegen-arm64.cc
src/ia32/full-codegen-ia32.cc
src/runtime/runtime-classes.cc
src/runtime/runtime.h
src/x64/full-codegen-x64.cc
test/mjsunit/harmony/classes.js