Use local aliases for char boxing and unboxing in JS BE
This commit is contained in:
@@ -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"),
|
||||
}
|
||||
Reference in New Issue
Block a user