MIPS: Implement the new semantics for 'super(...)'.
authorbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com>
Fri, 17 Oct 2014 11:30:13 +0000 (11:30 +0000)
committerbalazs.kilvady@imgtec.com <balazs.kilvady@imgtec.com>
Fri, 17 Oct 2014 11:30:13 +0000 (11:30 +0000)
commit15e018db2d936fa512c46359dcd5919ccdbcf91e
tree73c2a0f9fa56207333fa40a4e5bca389ac5ceaed
parent8c5f9b6bb017fde85b1a0b73b0c5c37b35377fb1
MIPS: Implement the new semantics for 'super(...)'.

Port r24683 (b1533f6)

Original commit message:
Per the latest ES6 draft, super(...) translates into a call
to function's prototype.

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

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24690 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/mips/full-codegen-mips.cc
src/mips64/full-codegen-mips64.cc