Reviewers: Dmitry Lomov (chromium),

Message:
PTAL

Is this a good approach?

Right now it is disabled in Crankshaft and fails in TurboFan.

This only does ia32 atm.


https://codereview.chromium.org/718473002/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):

https://codereview.chromium.org/718473002/diff/1/src/hydrogen.cc#newcode5622
src/hydrogen.cc:5622: // TODO(arv): Add support for [[HomeObject]]
This one should not be too hard to fix. I can probably do it in this CL.

Description:
ES6: Add support for super in object literals

This only available under --harmony-classes

BUG=v8:3516
LOG=Y
[email protected]

Please review this at https://codereview.chromium.org/718473002/

Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+265, -69 lines):
  M src/ast.h
  M src/ast.cc
  M src/full-codegen.h
  M src/hydrogen.cc
  M src/ia32/full-codegen-ia32.cc
  M src/preparser.h
  M src/scopes.h
  M src/scopes.cc
  M test/cctest/test-parsing.cc
  A test/mjsunit/harmony/object-literals-super.js
  M test/mjsunit/mjsunit.status


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to