isNativeObject: function(object) { return Object.prototype.toString.call(object) === '[object Object]'; }