{"ScriptPreparationCode":"function add(x, y) {\r\n\treturn x \u002B y\r\n}","TestCases":[{"Name":"bind","Code":"var run = add.bind(null, Math.random(), Math.random())\r\nrun()","IsDeferred":false},{"Name":"anon","Code":"var run = () =\u003E { add(Math.random(), Math.random())}\r\nrun()","IsDeferred":false}]}