{"ScriptPreparationCode":"function test(msg) {\r\n var d = msg;\r\n}\r\n\r\nvar test2 = test.bind(null)","TestCases":[{"Name":"bind","Code":"test2(\u0027hello\u0027)","IsDeferred":false},{"Name":"apply","Code":"test.apply(null, [\u0027hello\u0027])","IsDeferred":false},{"Name":"call","Code":"test.call(null, \u0027hello\u0027)","IsDeferred":false}]}