| 14195 | }; |
| 14196 | setFunctionName(byteLengthSizeFunction, "size"); |
| 14197 | class ByteLengthQueuingStrategy2 { |
| 14198 | constructor(options) { |
| 14199 | assertRequiredArgument(options, 1, "ByteLengthQueuingStrategy"); |
| 14200 | options = convertQueuingStrategyInit(options, "First parameter"); |
nothing calls this directly
no outgoing calls
no test coverage detected