()
| 69233 | var _common = require("../../lib/common"); |
| 69234 | function _extendableBuiltin(cls) { |
| 69235 | function ExtendableBuiltin() { |
| 69236 | var instance = Reflect.construct(cls, Array.from(arguments)); |
| 69237 | Object.setPrototypeOf(instance, Object.getPrototypeOf(this)); |
| 69238 | return instance; |
| 69239 | } |
| 69240 | ExtendableBuiltin.prototype = Object.create(cls.prototype, { |
| 69241 | constructor: { |
| 69242 | value: cls, |