Fix output for "use asm" code from SpiderMonkey AST
authorMihai Bazon <mihai.bazon@gmail.com>
Thu, 12 Nov 2015 10:18:25 +0000 (12:18 +0200)
committerMihai Bazon <mihai.bazon@gmail.com>
Thu, 12 Nov 2015 10:18:25 +0000 (12:18 +0200)
commit08623aa6a700f62e6b096917d31b0b7a2705d281
treeec3e9a3b4cff9e061c323030c2cf888a61d3c441
parentc898a26117c2687d5707a4e80d6058d5c8601165
Fix output for "use asm" code from SpiderMonkey AST

(will only work properly if the SM tree contains "raw" properties for
Literal number nodes)
lib/ast.js
lib/mozilla-ast.js
lib/output.js
lib/parse.js