Use local aliases for char boxing and unboxing in JS BE

This commit is contained in:
Alexey Andreev
2017-07-17 16:01:31 +03:00
parent 7646c2fc72
commit 1260146d25
20 changed files with 137 additions and 67 deletions
@@ -139,5 +139,7 @@ enum class SideEffectKind {
enum class SpecialFunction(val suggestedName: String) {
DEFINE_INLINE_FUNCTION("defineInlineFunction"),
WRAP_FUNCTION("wrapFunction")
WRAP_FUNCTION("wrapFunction"),
TO_BOXED_CHAR("toBoxedChar"),
UNBOX_CHAR("unboxChar"),
}