Age | Commit message (Collapse) | Author |
|
|
|
|
|
This allows us to use strict comparisons on the node type.
|
|
|
|
|
|
|
|
|
|
Conflicts:
emcc
tools/js-optimizer.js
tools/js_optimizer.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Without re.MULTILINE, the regexp wasn't actually matching anything...
|
|
|
|
|
|
|
|
|
|
* Now works on FF Nightly
* Test does not run unless explicitly requested
|
|
Makes for an easier-to-review pull request.
|
|
NodeWithToken is a string-like type produced by the parser during 'embed
tokens' mode, which allows us to track line numbers.
|
|
|
|
Line numbering of exceptions now work (better) in optimized mode.
|
|
|
|
minorly increases code size by changing addition order against the grain of operator precedence
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In metadata, store paths parsed from .ll files using forward slashes on Windows.
|
|
is being replaced and adds much overhead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Windows. Fixes safe heap line detection on Windows (the code splits on '/' only as path delimiter), closes issue #1233.
|
|
|