(e3)
| 5200 | else { |
| 5201 | if (e3 < -1) throw new Error("values lesser than -1 are not allowed"); |
| 5202 | this._subParams[this._subParamsLength++] = e3 > i2 ? i2 : e3, this._subParamsIdx[this.length - 1]++; |
| 5203 | } |
| 5204 | } |
| 5205 | hasSubParams(e3) { |
| 5206 | return (255 & this._subParamsIdx[e3]) - (this._subParamsIdx[e3] >> 8) > 0; |
| 5207 | } |
no outgoing calls
no test coverage detected