Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: scripts/ast.js

Issue 29350140: Issue 4353 - Remove non standard for each syntax (Closed)
Patch Set: Removed unused code Created Aug. 24, 2016, 2:40 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | scripts/astDecompile.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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 }
OLDNEW
« no previous file with comments | « no previous file | scripts/astDecompile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld