فهرست منبع

more inlining

frabbit 11 سال پیش
والد
کامیت
9c23fe5fe0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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);
 	}