function isArray(o) { return typeof o.toSource == 'function' && eval(o.toSource()) instanceof Array; }