[WASM] When expressions optimisations for String and Int constant cases
This commit is contained in:
@@ -105,7 +105,6 @@ internal fun ExternalInterfaceType.externAsWasmAnyref(): anyref =
|
||||
internal fun Any?.asWasmExternRef(): ExternalInterfaceType =
|
||||
implementedAsIntrinsic
|
||||
|
||||
|
||||
@JsFun("(ref) => ref == null")
|
||||
internal external fun isNullish(ref: ExternalInterfaceType): Boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user