1 // This just dumps out an ast for your viewing pleasure.
2
3 include("../utils/dumpast.js");
4
5 function process_js(ast) {
6 dump_ast(ast);
7 }
OLD
NEW
« no previous file with comments
|
« no previous file
|
scripts/astDecompile.js » ('j')
|
no next file with comments »
Issue 29350140: Issue 4353 - Remove non standard for each syntax
(Closed)
Created Aug. 24, 2016, 11:08 a.m. by kzar
Modified Aug. 30, 2016, 12:19 p.m.
Reviewers: Wladimir Palant, Sebastian Noack
Base URL:
Comments: 6
+
3 drafts