MIPS: Classes: Add super support in methods and accessors.
authorbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com>
Wed, 29 Oct 2014 13:16:23 +0000 (13:16 +0000)
committerbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com>
Wed, 29 Oct 2014 13:16:44 +0000 (13:16 +0000)
commitdb3eab1d268e08eba0bd63ed70fe564271bcb13d
tree42d0f291fd0518512191a87ba975b71a95019bb6
parent60909d1eafae2bbcac142772a23f556eadd9aa1f
MIPS: Classes: Add super support in methods and accessors.

Port r24976 (5cb743f)

Original commit message:
This is done by installing the [[HomeObject]] on the method and the
accessor functions.

BUG=v8:3330
LOG=Y
R=dusan.milosavljevic@imgtec.com

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

Cr-Commit-Position: refs/heads/master@{#24979}
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24979 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc