{"ScriptPreparationCode":"var a = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10];\r\nvar b = new Set(a)","TestCases":[{"Name":"array","Code":"for (const x of a) {}","IsDeferred":false},{"Name":"set","Code":"for (const x of b) {}","IsDeferred":false},{"Name":"standard for loop","Code":"for (let i = 0; i \u003C a.length; i\u002B\u002B) {a[i]}","IsDeferred":false}]}