| 20162 | OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
| 20163 | PERFORMANCE OF THIS SOFTWARE. |
| 20164 | ***************************************************************************** */ /* global Reflect, Promise */ var extendStatics = function(d1, b1) { |
| 20165 | extendStatics = Object.setPrototypeOf || ({ |
| 20166 | __proto__: [] |
| 20167 | }) instanceof Array && function(d, b) { |
| 20168 | d.__proto__ = b; |
| 20169 | } || function(d, b) { |
| 20170 | for(var p in b)if (b.hasOwnProperty(p)) d[p] = b[p]; |
| 20171 | }; |
| 20172 | return extendStatics(d1, b1); |
| 20173 | }; |
| 20174 | function __extends(d, b) { |
| 20175 | extendStatics(d, b); |
| 20176 | function __() { |