I know that java script is dynamic lang and I wonder if there is option to return something similar to
Inte.prototype.getM = function(sMethod) {
return this._mMet[sMet].ret &&
return this._mMeth[sMet].ret.default;
};
Currently when I try it as-is I got error(which is not surprising :)) .