This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b5bdb070a04bcdbdaadebb0d7ac4e06a8fdfdf15
kotlin-fork
/
js
/
js.translator
T
History
Alexey Andreev
e2b836db09
JS: refactor TemporaryVariableElimination
2016-07-14 18:00:34 +03:00
..
qunit
JS backend: fixes after rename testFiles -> testData
2014-03-11 20:04:01 +04:00
src/org/jetbrains/kotlin
/js
KT-12928: decompose invocation like "a.foo(b)" to "$t = a; $s = $t.foo.bind($t); $s(b)" instead of "$t = a.foo; $t(b)", since in the latter case
foo
won't receive proper
this
. Add optimization that replaces "foo.bar.bind(baz)(args)" with "baz.bar(args)"
2016-07-04 14:52:12 +03:00
testData
JS: refactor TemporaryVariableElimination
2016-07-14 18:00:34 +03:00
js.translator.iml
JS: move processing metaInfo to TranslationResult
2015-04-03 05:36:02 +03:00