(name)
| 14282 | }); |
| 14283 | } |
| 14284 | function countBrandCheckException(name) { |
| 14285 | return new TypeError(`CountQueuingStrategy.prototype.${name} can only be used on a CountQueuingStrategy`); |
| 14286 | } |
| 14287 | function IsCountQueuingStrategy(x5) { |
| 14288 | if (!typeIsObject(x5)) { |
| 14289 | return false; |
no outgoing calls
no test coverage detected