(obj)
| 5820 | }; |
| 5821 | |
| 5822 | var ObjectGetPrototypeOf = function (obj) { |
| 5823 | try { |
| 5824 | return Object(obj).constructor.prototype; |
| 5825 | } |
| 5826 | catch (e) { |
| 5827 | return proto; |
| 5828 | } |
| 5829 | }; |
| 5830 | |
| 5831 | var ArrayIsArray = function (obj) { |
| 5832 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected