{"ScriptPreparationCode":null,"TestCases":[{"Name":"inner","Code":"const foo = () =\u003E {\r\n const a = (arg1) =\u003E arg1 * Math.random();\r\n const b = (arg2) =\u003E arg2.map((el) =\u003E el * 2);\r\n\r\n return b(Array.from({ length: 100 }, (_, i) =\u003E a(i)))\r\n}\r\n\r\nArray.from({ length: 300 }, foo);\r\n \r\n \r\n \r\n \r\n \r\n \r\n ","IsDeferred":false},{"Name":"outer","Code":"const a = (arg1) =\u003E arg1 * Math.random();\r\nconst b = (arg2) =\u003E arg2.map((el) =\u003E el * 2);\r\nconst foo = () =\u003E b(Array.from({ length: 100 }, (_, i) =\u003E a(i)))\r\n\r\nArray.from({ length: 300 }, foo);","IsDeferred":false}]}