{"ScriptPreparationCode":null,"TestCases":[{"Name":"getter / setter","Code":"const a = [Math.random(), Math.random()]\r\na[0] \u002B= Math.random();\r\na[1] \u002B= Math.random();\r\n","IsDeferred":false},{"Name":"proxy","Code":"const a = { x: Math.random(), y: Math.random() }\r\na.x \u002B= Math.random();\r\na.y \u002B= Math.random();","IsDeferred":false}]}