{"ScriptPreparationCode":"whats faster:\r\nreturn function () {};\r\nwith access to a upper scope variable\r\nor \r\nreturn Function(\u0027....\u0027); \r\nwith static values","TestCases":[{"Name":"function () {}","Code":"var z = 1;\r\n\r\nfunction x(y) {\r\n\treturn z == y;\r\n}\r\n\r\nx(Math.random());","IsDeferred":false},{"Name":"Function()","Code":"function x(y) {\r\n\treturn 1 == y;\r\n}\r\nx(Math.random());","IsDeferred":false}]}