| 570 | } |
| 571 | oldNumber++; |
| 572 | } catch (Error& e) { |
| 573 | if (e.code() == error_code_end_of_stream) |
| 574 | break; |
| 575 | else |
| 576 | throw; |
| 577 | } |
| 578 | } |
| 579 | scx->set(LiteralStringRef(""), DataValue::arrayOfLength(length - 1).encode_value()); |
| 580 | } |
nothing calls this directly
no outgoing calls
no test coverage detected