| 1529 | }; // 12 bytes in 32-bit mode, 16 bytes in 64-bit mode |
| 1530 | |
| 1531 | struct Array { |
| 1532 | GenericValue* elements; |
| 1533 | SizeType size; |
| 1534 | SizeType capacity; |
| 1535 | }; // 12 bytes in 32-bit mode, 16 bytes in 64-bit mode |
| 1536 | |
| 1537 | union Data { |
| 1538 | String s; |
nothing calls this directly
no outgoing calls
no test coverage detected