@@ -198,7 +198,9 @@ abstract Int32(Int) from Int to Int {
#end
}
+ #if js
static function __init__() {
untyped if (Math.imul != null) Int32.mul = Math.imul;
+ #end