https://codereview.chromium.org/1201783003/diff/40001/src/ast-value-factory.h
File src/ast-value-factory.h (right):

https://codereview.chromium.org/1201783003/diff/40001/src/ast-value-factory.h#newcode148
src/ast-value-factory.h:148: bool ContainsDot() const { return type_ ==
NUMBER_WITH_DOT; }
On 2015/06/30 12:07:01, rossberg wrote:
Nit: IsFloating perhaps?

I'd actually prefer to keep it the way it is, because floating point
numbers can also take the form "1e-5", which doesn't contain a dot,
unless you are suggesting the latter should also be recognized.

https://codereview.chromium.org/1201783003/

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