Reviewers: Dmitry Lomov (chromium),

Message:
Very basic support. It only works for derived constructors at the moment.
However, the parsing stuff is all done.

I'm not really sure how to split this up or how to proceed from here. Maybe
implementing the whole semantics at once is a better approach?

Description:
WIP: new.target

BUG=v8:3887

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

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+194, -16 lines):
  M src/bootstrapper.cc
  M src/flag-definitions.h
  M src/full-codegen.cc
  M src/messages.js
  M src/parser.h
  M src/parser.cc
  M src/preparse-data.h
  M src/preparse-data-format.h
  M src/preparser.h
  M src/preparser.cc
  M src/scopes.h
  M src/scopes.cc
  M test/cctest/test-parsing.cc
  A test/mjsunit/harmony/new-target.js


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