Reviewers: ,

Message:
NOT FOR LANDIND.

This patch is a prototype implementation of 'super' keyword and
'Function.prototype.toMethod'.
It implements:
- parsing
- ia32 full codegen support for loads, stores and calls
It does not implement:
- new super
- hydrogen
- turbofan
Your comments are welcome.

Description:
Implementing 'super' keyword

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

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

Affected files (+700, -484 lines):
  M src/ast.h
  M src/ast.cc
  M src/code-stubs-hydrogen.cc
  M src/compiler/ast-graph-builder.cc
  M src/factory.cc
  M src/full-codegen.h
  M src/full-codegen.cc
  M src/heap/heap.cc
  M src/hydrogen.cc
  M src/hydrogen-instructions.h
  M src/ia32/full-codegen-ia32.cc
  M src/messages.js
  M src/objects.h
  M src/objects-inl.h
  M src/objects-printer.cc
  M src/parser.h
  M src/parser.cc
  M src/preparser.h
  M src/prettyprinter.cc
  M src/runtime.h
  M src/runtime.cc
  M src/scanner.cc
  M src/token.h
  M src/typing.cc
  M test/cctest/test-parsing.cc
  A + test/mjsunit/harmony/super.js
  A + test/mjsunit/harmony/toMethod.js
  A + test/mjsunit/runtime-gen/tomethod.js
  M tools/generate-runtime-tests.py


--
--
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