{"ScriptPreparationCode":"function test(msg, b) {\r\n\treturn msg \u002B \u0022Asdfdsf\u0022 \u002B b;\r\n}\r\n\r\nvar arrow = (x) =\u003E test(\u0022adsfdf\u0022, x);\r\nvar boundTest = test.bind(null, \u0022adsfdf\u0022)","TestCases":[{"Name":"direct call","Code":"arrow(\u0022hello\u0022);","IsDeferred":false},{"Name":"bind","Code":"boundTest(\u0022hello\u0022);","IsDeferred":false}]}