JS backend: added jsCode definition
This commit is contained in:
@@ -22,3 +22,5 @@ library
|
|||||||
public fun safeParseInt(s : String) : Int? = noImpl
|
public fun safeParseInt(s : String) : Int? = noImpl
|
||||||
library
|
library
|
||||||
public fun safeParseDouble(s : String) : Double? = noImpl
|
public fun safeParseDouble(s : String) : Double? = noImpl
|
||||||
|
|
||||||
|
native public fun js(code: String): dynamic = noImpl
|
||||||
Reference in New Issue
Block a user