for(var i = 0; i < obj.length; i++) {
                if(obj[i][m_name]) obj[i][m_name].apply(obj[i], args || []);
            }