Testing performance of native Array.isArray vs custom implementation
(i.e. Object.prototype.toString.call(object) === "[object Array]")