Kaynağa Gözat

more inlining

frabbit 11 yıl önce
ebeveyn
işleme
9c23fe5fe0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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);
 	}