[JS IR BE] Eqeq operator lowering. IntrinsicifyCallsLowering.kt refactoring
This commit is contained in:
@@ -5,8 +5,6 @@
|
||||
|
||||
package kotlin.js
|
||||
|
||||
fun asIs(a: dynamic) = a
|
||||
|
||||
fun numberToByte(a: dynamic): Byte = toByte(numberToInt(a))
|
||||
|
||||
fun numberToDouble(a: dynamic): Double = js("+a").unsafeCast<Double>()
|
||||
|
||||
Reference in New Issue
Block a user