Reviewers: rossberg,

Message:
rossberg, wdyt?

If this looks reasonable to you, I can also split other literal types (number,
bool, and the special types) out (either in this CL or in a separate CL).

Description:
Split StringLiteral from Literal.

This generally makes sense from the user's point of view (they usually need to know or check what kind of Literal they're dealing with; if not, they can just
use the virtual value()), and makes the upcoming "make Parser independent of
Isolate" work easier (different types of Literals need to be internalized
differently).

BUG=

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

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

Affected files (+158, -84 lines):
  M src/arm/full-codegen-arm.cc
  M src/arm64/full-codegen-arm64.cc
  M src/ast.h
  M src/ast.cc
  M src/full-codegen.cc
  M src/hydrogen.cc
  M src/ia32/full-codegen-ia32.cc
  M src/parser.cc
  M src/preparser.h
  M src/prettyprinter.cc
  M src/typing.cc
  M src/x64/full-codegen-x64.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