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

Side by Side Diff: scripts/basic.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 | « scripts/astDecompile.js ('k') | scripts/decompile.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 // Run ../jshydra basic.js basic.js: it should work.
2 // This is a simple test just to make sure that something isn't borking with
3 // jshydra.
4 _print("HI!");
5 function process_js(ast) {
6 for (let f in ast) {
7 _print(f + ": "+ ast[f]);
8 }
9 _print(uneval(ast));
10 }
OLDNEW
« no previous file with comments | « scripts/astDecompile.js ('k') | scripts/decompile.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld