for(var i in obj) {
                if(obj[i][m_name]) obj[i][m_name].apply(obj[i], args || []);
            }