DescriptionAllow numeric literals to be checked for a decimal point.
The asm.js spec decides the type of numeric literals in several places
based on if they contain a ".".
http://asmjs.org/spec/latest/
Adding methods so that AST Literals can be checked for containg a dot.
Adding a cctest that this information is available.
LOG=N
BUG= https://code.google.com/p/v8/issues/detail?id=4203
TEST=test-parsing
R=rossberg@chromium.org,titzer@chromium.org
Committed: https://crrev.com/9adb5f0a59210a3c46eb17ed00226d2461192af4
Cr-Commit-Position: refs/heads/master@{#29395}
Patch Set 1 #
Total comments: 6
Patch Set 2 : iteration... #
Total comments: 1
Patch Set 3 : merge #
Total comments: 12
Patch Set 4 : fix #
Messages
Total messages: 21 (3 generated)
|