(e, t)
| 2216 | var _ = { |
| 2217 | createClass: function (e) { |
| 2218 | var t = function (e, t) { |
| 2219 | this.__reactAutoBindMap && u(this), |
| 2220 | (this.props = e), |
| 2221 | (this.context = t), |
| 2222 | (this.state = null); |
| 2223 | var n = this.getInitialState ? this.getInitialState() : null; |
| 2224 | b('object' == typeof n && !Array.isArray(n)), (this.state = n); |
| 2225 | }; |
| 2226 | (t.prototype = new D()), |
| 2227 | (t.prototype.constructor = t), |
| 2228 | k.forEach(a.bind(null, t)), |
no test coverage detected