(fn)
| 110 | return _construct.apply(null, arguments); |
| 111 | } |
| 112 | function _isNativeFunction(fn) { |
| 113 | return Function.toString.call(fn).indexOf("[native code]") !== -1; |
| 114 | } |
| 115 | function _wrapNativeSuper(Class) { |
| 116 | var _cache = typeof Map === "function" ? new Map() : undefined; |
| 117 | _wrapNativeSuper = function _wrapNativeSuper(Class) { |