{"ScriptPreparationCode":"function test(msg) {\r\n var d = msg;\r\n}","TestCases":[{"Name":"direct call","Code":"test(\u0022Hello\u0022);","IsDeferred":false},{"Name":"bind","Code":"test.bind(null, \u0022Hello\u0022)();","IsDeferred":false},{"Name":"call","Code":"(() =\u003E test(\u0022hello\u0022))()","IsDeferred":false}]}