(name)
| 14230 | }); |
| 14231 | } |
| 14232 | function byteLengthBrandCheckException(name) { |
| 14233 | return new TypeError(`ByteLengthQueuingStrategy.prototype.${name} can only be used on a ByteLengthQueuingStrategy`); |
| 14234 | } |
| 14235 | function IsByteLengthQueuingStrategy(x5) { |
| 14236 | if (!typeIsObject(x5)) { |
| 14237 | return false; |
no outgoing calls
no test coverage detected