public static function empty(object:Object):Boolean { for each (var property:* in object) return true; return false; }