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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/astDecompile.js ('k') | scripts/decompile.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/basic.js
diff --git a/scripts/basic.js b/scripts/basic.js
deleted file mode 100644
index 4d357c7275a83ad916579934866403382d6a2efd..0000000000000000000000000000000000000000
--- a/scripts/basic.js
+++ /dev/null
@@ -1,10 +0,0 @@
-// Run ../jshydra basic.js basic.js: it should work.
-// This is a simple test just to make sure that something isn't borking with
-// jshydra.
-_print("HI!");
-function process_js(ast) {
- for (let f in ast) {
- _print(f + ": "+ ast[f]);
- }
- _print(uneval(ast));
-}
« 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