{"ScriptPreparationCode":"window.top.tests = {forEach:{}, spread:{}};\r\nwindow.spreadInputs = (new Array(10000)).fill({\u00221|2\u0022:{a:1, b:2}});\r\nwindow.forEachInputs = (new Array(10000)).fill({a:1, b:2});","TestCases":[{"Name":"spread","Code":"window.top.tests.spread = Object.assign({}, ...window.spreadInputs)","IsDeferred":false},{"Name":"forEach","Code":"window.forEachInputs.forEach(input=\u003E{\r\n const key = input[\u0027a\u0027] \u002B \u0027|\u0027 \u002B input[\u0027b\u0027] \r\n window.top.tests.forEach[key] = input\r\n})","IsDeferred":false}]}