File tree
74 files changed
+17683
-27146
lines changed- build
- example/aobench
- lib/js
- js
- source-map
- src
- js
- t
- compile_error
- optimize
- run
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+17683
-27146
lines changedSubmodule JSX updated 60 files
- Changes+41-1
- Makefile+3-6
- example/default-param.jsx+24
- idl2jsx/build.pl+1-1
- idl2jsx/idl2jsx.pl+1-1
- lib/js/js/nodejs.jsx+58-47
- lib/js/js/web.jsx+26-26
- lib/js/timer.jsx+2-2
- package.json+4-4
- src/analysis.jsx+13-2
- src/classdef.jsx+90
- src/compiler.jsx+11
- src/emitter.jsx+2
- src/expression.jsx+1-1
- src/js/launcher.js+1-1
- src/js/profiler.js+38-6
- src/jsemitter.jsx+42-48
- src/jssourcemap.jsx+36-7
- src/jsx-command.jsx+3-2
- src/optimizer.jsx+149-55
- src/parser.jsx+24-29
- src/statement.jsx+19-3
- t/compile_error/179.assert-message-type.jsx+5
- t/compile_error/179.conflict-default-param.jsx+15
- t/compile_error/180.default-param-precede-required-param.jsx+14
- t/compile_error/181.default-param-masking-base.jsx+5
- t/compile_error/182.default-param-wrong-type.jsx+4
- t/optimize/040.inline-without-assign.todo.jsx
- t/optimize/051.issue-182-2.jsx
- t/optimize/052.0.string-as-number.jsx+13
- t/optimize/052.1.string-as-string.jsx+13
- t/optimize/052.2.string-as-integer.jsx+13
- t/optimize/052.3.string-as-boolean.jsx+13
- t/optimize/052.4.number-as-number.jsx+13
- t/optimize/052.5.number-as-string.jsx+13
- t/optimize/052.6.number-as-integer.jsx+13
- t/optimize/052.7.number-as-boolean.jsx+13
- t/optimize/052.8.boolean-as-string.jsx+13
- t/optimize/052.9.int-as-string.jsx+15
- t/optimize/053.fold-const-mul-one.jsx+12
- t/optimize/054.fold-const-min-zero.jsx+12
- t/optimize/055.dce-remove-assign-in-logical-expr.jsx+16
- t/run/165.int-type-parameter.jsx
- t/run/217.function-field-in-template.jsx
- t/run/289.else-wo-braces.jsx
- t/run/290.assign-in-cond.jsx
- t/run/291.pass-number-to-int-arg.jsx+12
- t/run/292.assign-in-ternary.jsx+15
- t/run/293.assert-with-message.jsx+12
- t/run/293.default-param-simple.jsx+29
- t/run/294.default-param.jsx+57
- t/run/295.default-param-interclass-crossref.jsx+26
- t/run/296.default-param-for-constructor.jsx+21
- t/run/297.default-param-with-unclassify.jsx+35
- t/run/298.unbox-vs-funcdecl.jsx+33
- t/run/299.issue-202.jsx+11
- t/src/003.source-map.jsx+1-1
- tool/bootstrap-compiler.js+1.4k-421
- tool/preinstall.jsx-29
- web/build.pl+4-2
0 commit comments