summaryrefslogtreecommitdiff
path: root/tests/benchmarks/script/qscriptclass_bytearray/tests/get-element.js
blob: 9f6a5039c054a2ad3e8190d3a0a7662f555b1720 (plain)
1
2
3
ba = new ByteArray(123);
for (i = 0; i < 10000; ++i)
    ba[10];