{"ScriptPreparationCode":"var testObj1 = {a: 28, b: 82, c: \u0022hello\u0022, d: 983, e: \u0027lara\u0027, property: 32, f: \u002782828\u0027, property1: \u0022asd\u0022};\r\n\r\nfunction get_property(obj) {\r\n return obj[\u0022property\u0022];\r\n}\r\n//testObj2.new_prop = \u0022sdfsdf\u0022 ;\r\nvar C = 100000;","TestCases":[{"Name":"direct","Code":"var result;\r\nfor (var i = 0; i \u003C C; i\u002B\u002B) {\r\n result = testObj1.property;\r\n result \u002B= testObj1.property1;\r\n}","IsDeferred":false},{"Name":"get_function","Code":"var result;\r\nfor (var i = 0; i \u003C C; i\u002B\u002B) {\r\n result = get_property(testObj1)\r\n result \u002B= testObj1.property1;\r\n}","IsDeferred":false}]}