(t, n, r, i, o)
| 120 | } |
| 121 | var m = (function (e) { |
| 122 | function t(t, n, r, i, o) { |
| 123 | var a = this.constructor, |
| 124 | s = |
| 125 | e.call(this, g(t, { name: n, index: r, operation: i, tree: o })) || |
| 126 | this; |
| 127 | return ( |
| 128 | (s.name = n), |
| 129 | (s.index = r), |
| 130 | (s.operation = i), |
| 131 | (s.tree = o), |
| 132 | Object.setPrototypeOf(s, a.prototype), |
| 133 | (s.message = g(t, { name: n, index: r, operation: i, tree: o })), |
| 134 | s |
| 135 | ); |
| 136 | } |
| 137 | return (a(t, e), t); |
| 138 | })(Error), |
| 139 | E = m, |
no test coverage detected