Reviewers: Michael Starzinger,
Message:
mstarzinger, ptal.
"typedef typename Traits::Type::Expression ExpressionT;" << beautiful,
isn't it
:P
https://codereview.chromium.org/203493002/diff/1/src/preparser.h
File src/preparser.h (right):
https://codereview.chromium.org/203493002/diff/1/src/preparser.h#newcode85
src/preparser.h:85: typedef typename Traits::Type::Expression
ExpressionT;
Had to use ExpressionT. If this is Expression everywhere when parser.cc
uses Expression, it resolves to this one and not
v8::internal::Expression.
Description:
(Pre)Parser unification: use shorter type names.
[email protected]
BUG=
Please review this at https://codereview.chromium.org/203493002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+69, -78 lines):
M src/preparser.h
--
--
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.