(self, call)
| 20130 | }; |
| 20131 | |
| 20132 | var possibleConstructorReturn = function (self, call) { |
| 20133 | if (!self) { |
| 20134 | throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); |
| 20135 | } |
| 20136 | |
| 20137 | return call && (typeof call === "object" || typeof call === "function") ? call : self; |
| 20138 | }; |
| 20139 | |
| 20140 | // |
| 20141 | /* These are helpers for the StyleTags to keep track of the injected |
no outgoing calls
no test coverage detected