{"ScriptPreparationCode":"var list = new Array(100000).fill(0);","TestCases":[{"Name":"Arra[index]","Code":"for (let i = list.length - 1; i \u003E= 0; i--) {\r\n if (list[i].a || list[i].b) {\r\n \tconst a = list[i].c;\r\n }\r\n}","IsDeferred":false},{"Name":"Cached with a local variable","Code":"for (let i = list.length - 1; i \u003E= 0; i--) {\r\n let item = list[i];\r\n if (item.a || item.b) {\r\n \tconst a = item.c;\r\n }\r\n}","IsDeferred":false}]}