(t)
| 101 | t.prototype = Object.create(o.prototype), t.prototype.constructor = t, _setPrototypeOf(t, o); |
| 102 | } |
| 103 | function _isNativeFunction(t) { |
| 104 | try { |
| 105 | return -1 !== Function.toString.call(t).indexOf("[native code]"); |
| 106 | } catch (n) { |
| 107 | return "function" == typeof t; |
| 108 | } |
| 109 | } |
| 110 | function _isNativeReflectConstruct() { |
| 111 | try { |
| 112 | var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); |