Closed
Description
Test for #9537:
Complexity: 2
- anyOS - @ramya-rao-a
Write or use a js/ts program with an array/buffer/map/set with more than 10000 items and verify:
- data structures with a large number of children are displayed in multi level chunks (these chunks are displayed collapsed and the children are fetched lazily on expand). For example, an array of 100000 elements will first split all the elements in chunks of 10000 and then those chunks will be split in chunks of a 100. More details: Variable paging still faces performance issues #9774
- Array, Buffer, Map, and Set also display programmatically added named properties.