{"ScriptPreparationCode":"var self = {a:1,b:2,c:3,d:4}","TestCases":[{"Name":"A","Code":"let x = 0; for (let i = 0; i \u003C 10000; i\u002B\u002B) { x \u002B= self.c; }","IsDeferred":false},{"Name":"B","Code":"let x = 0; const y = self.c; for (let i = 0; i \u003C 10000; i\u002B\u002B) { x \u002B= y; }","IsDeferred":false}]}