{"ScriptPreparationCode":null,"TestCases":[{"Name":"Object","Code":"let node_type_html = 1;\r\n\r\nfor (let i = 0; i \u003C 999; i\u002B\u002B) {\r\n const node = {};\r\n node.type = node_type_html \u002B 1;\r\n node.tag = \u0027div\u0027;\r\n node.children = [];\r\n node.attrs = {};\r\n\r\n const nodeType = node.type;\r\n const nodeTag = node.tag;\r\n const nodeChildren = node.children;\r\n const nodeAttrs = node.attrs;\r\n \r\n node_type_html = node_type_html \u002B 1;\r\n}","IsDeferred":false},{"Name":"Array with inline numbers (post-minification)","Code":"let node_type_html = 1;\r\n\r\nfor (let i = 0; i \u003C 999; i\u002B\u002B) {\r\n const node = [];\r\n node[ 0 ] = node_type_html \u002B 1;\r\n node[ 1 ] = \u0027div\u0027;\r\n node[ 2 ] = [];\r\n node[ 3 ] = {};\r\n\r\n const nodeType = node[ 0 ];\r\n const nodeTag = node[ 1 ];\r\n const nodeChildren = node[ 2 ];\r\n const nodeAttrs = node[ 3 ];\r\n\r\n node_type_html = node_type_html \u002B 1;\r\n}","IsDeferred":false}]}