Selaa lähdekoodia

more inlining

frabbit 11 vuotta sitten
vanhempi
commit
9c23fe5fe0
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      std/python/Boot.hx

+ 1 - 1
std/python/Boot.hx

@@ -125,7 +125,7 @@ import math as _hx_math
 		return o != null && (o == String || inspectIsClass(o));
 	}
 
-	@:keep static function isAnonObject (o:Dynamic) {
+	@:keep static inline function isAnonObject (o:Dynamic) {
 		return isInstance(o, AnonObject);
 	}