Reviewers: adamk, Dmitry Lomov (ooo until Jun 8),

Message:
PTAL

Everytime I go back to do new.target I end up having to do this work (which bit rots over time). I might as well commit this since this part is working fine.


https://codereview.chromium.org/1169853002/diff/1/src/parser.cc
File src/parser.cc (right):

https://codereview.chromium.org/1169853002/diff/1/src/parser.cc#newcode795
src/parser.cc:795: Variable::NORMAL, pos, pos + 10);
Is there a way to get the length of "new.target" at compile time?

Description:
[es6] Parsing of new.target

BUG=v8:3887
LOG=N
[email protected], [email protected]

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

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

Affected files (+157, -88 lines):
  M src/bootstrapper.cc
  M src/flag-definitions.h
  M src/messages.h
  M src/parser.h
  M src/parser.cc
  M src/preparser.h
  M src/preparser.cc
  M test/cctest/test-parsing.cc


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