| 1909 | }; // 12 bytes in 32-bit mode, 16 bytes in 64-bit mode |
| 1910 | |
| 1911 | struct ArrayData { |
| 1912 | SizeType size; |
| 1913 | SizeType capacity; |
| 1914 | GenericValue* elements; |
| 1915 | }; // 12 bytes in 32-bit mode, 16 bytes in 64-bit mode |
| 1916 | |
| 1917 | union Data { |
| 1918 | String s; |
nothing calls this directly
no outgoing calls
no test coverage detected