{"ScriptPreparationCode":null,"TestCases":[{"Name":"object notation","Code":"var i = 0;\r\nvar l;\r\nvar n;\r\nwhile(i \u003C 1000) {\r\n \ti\u002B\u002B;\r\n \tl = { foo: \u0027bar\u0027, hello: [{hello: \u0027world\u0027, foo: \u0027bar\u0027},{hello: \u0027world\u0027, foo: \u0027bar\u0027},{hello: \u0027world\u0027, foo: \u0027bar\u0027},{hello: \u0027world\u0027, foo: \u0027bar\u0027}]};\r\n}","IsDeferred":false},{"Name":"JSON parse","Code":"var i = 0;\r\nvar l;\r\nvar n = \u0027{\u0022foo\u0022: \u0022bar\u0022, \u0022hello\u0022: [{\u0022hello\u0022: \u0022world\u0022, \u0022foo\u0022: \u0022bar\u0022},{\u0022hello\u0022: \u0022world\u0022, \u0022foo\u0022: \u0022bar\u0022},{\u0022hello\u0022: \u0022world\u0022, \u0022foo\u0022: \u0022bar\u0022},{\u0022hello\u0022: \u0022world\u0022, \u0022foo\u0022: \u0022bar\u0022}]}\u0027;\r\nwhile(i \u003C 1000) {\r\n \ti\u002B\u002B;\r\n \tl = JSON.parse(n);\r\n}","IsDeferred":false},{"Name":"Object assign","Code":"var i = 0;\r\nvar l;\r\nvar n = {foo: \u0027bar\u0027, hello: [{hello: \u0027world\u0027, foo: \u0027bar\u0027},{hello: \u0027world\u0027, foo: \u0027bar\u0027},{hello: \u0027world\u0027, foo: \u0027bar\u0027},{hello: \u0027world\u0027, foo: \u0027bar\u0027}]};\r\nwhile(i \u003C 1000) {\r\n \ti\u002B\u002B;\r\n \tl = Object.assign({}, n);\r\n}\r\n","IsDeferred":false}]}