index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
tools/eliminator/eliminator-test-output.js
37
-rw-r--r--
tools/eliminator/eliminator-test.js
35
-rw-r--r--
tools/eliminator/eliminator.coffee
329
l---------
tools/eliminator/node_modules/.bin/cake
1
l---------
tools/eliminator/node_modules/.bin/coffee
1
l---------
tools/eliminator/node_modules/.bin/uglifyjs
1
-rw-r--r--
tools/eliminator/node_modules/coffee-script/.npmignore
11
-rw-r--r--
tools/eliminator/node_modules/coffee-script/LICENSE
22
-rw-r--r--
tools/eliminator/node_modules/coffee-script/README
48
-rw-r--r--
tools/eliminator/node_modules/coffee-script/Rakefile
78
-rwxr-xr-x
tools/eliminator/node_modules/coffee-script/bin/cake
7
-rwxr-xr-x
tools/eliminator/node_modules/coffee-script/bin/coffee
7
-rw-r--r--
tools/eliminator/node_modules/coffee-script/extras/jsl.conf
44
-rw-r--r--
tools/eliminator/node_modules/coffee-script/lib/browser.js
75
-rwxr-xr-x
tools/eliminator/node_modules/coffee-script/lib/cake.js
76
-rwxr-xr-x
tools/eliminator/node_modules/coffee-script/lib/coffee-script.js
135
-rw-r--r--
tools/eliminator/node_modules/coffee-script/lib/command.js
301
-rw-r--r--
tools/eliminator/node_modules/coffee-script/lib/grammar.js
591
-rw-r--r--
tools/eliminator/node_modules/coffee-script/lib/helpers.js
66
-rw-r--r--
tools/eliminator/node_modules/coffee-script/lib/index.js
8
-rw-r--r--
tools/eliminator/node_modules/coffee-script/lib/lexer.js
656
-rw-r--r--
tools/eliminator/node_modules/coffee-script/lib/nodes.js
2289
-rwxr-xr-x
tools/eliminator/node_modules/coffee-script/lib/optparse.js
111
-rwxr-xr-x
tools/eliminator/node_modules/coffee-script/lib/parser.js
676
-rw-r--r--
tools/eliminator/node_modules/coffee-script/lib/repl.js
123
-rw-r--r--
tools/eliminator/node_modules/coffee-script/lib/rewriter.js
363
-rw-r--r--
tools/eliminator/node_modules/coffee-script/lib/scope.js
120
-rw-r--r--
tools/eliminator/node_modules/coffee-script/package.json
27
-rw-r--r--
tools/eliminator/node_modules/uglify-js/.gitignore
4
-rw-r--r--
tools/eliminator/node_modules/uglify-js/README.html
888
-rw-r--r--
tools/eliminator/node_modules/uglify-js/README.org
463
-rwxr-xr-x
tools/eliminator/node_modules/uglify-js/bin/uglifyjs
317
-rw-r--r--
tools/eliminator/node_modules/uglify-js/docstyle.css
75
-rw-r--r--
tools/eliminator/node_modules/uglify-js/lib/object-ast.js
75
-rw-r--r--
tools/eliminator/node_modules/uglify-js/lib/parse-js.js
1341
-rw-r--r--
tools/eliminator/node_modules/uglify-js/lib/process.js
1949
-rw-r--r--
tools/eliminator/node_modules/uglify-js/lib/squeeze-more.js
51
-rw-r--r--
tools/eliminator/node_modules/uglify-js/package.json
22
-rwxr-xr-x
tools/eliminator/node_modules/uglify-js/test/beautify.js
28
-rwxr-xr-x
tools/eliminator/node_modules/uglify-js/test/testparser.js
402
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/array1.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/array2.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/array3.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/array4.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/assignment.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/concatstring.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/const.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/empty-blocks.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/forstatement.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/if.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/ifreturn.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/ifreturn2.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue10.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue11.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue13.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue14.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue16.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue17.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue20.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue21.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue25.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue27.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue28.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue29.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue30.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue34.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue4.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue48.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue50.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue53.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue54.1.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue68.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue69.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/issue9.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/mangle.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/strict-equals.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/var.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/expected/with.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/array1.js
3
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/array2.js
4
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/array3.js
4
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/array4.js
6
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/assignment.js
20
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/concatstring.js
3
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/const.js
5
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/empty-blocks.js
4
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/forstatement.js
10
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/if.js
6
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/ifreturn.js
9
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/ifreturn2.js
16
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue10.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue11.js
3
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue13.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue14.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue16.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue17.js
4
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue20.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue21.js
6
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue25.js
7
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue27.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue28.js
3
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue29.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue30.js
3
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue34.js
3
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue4.js
3
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue48.js
1
-rw-r--r--
tools/eliminator/node_modules/uglify-js/test/unit/compress/test/issue50.js
9