{"ScriptPreparationCode":"var obj={\r\n one: \u0027one\u0027,\r\n two: \u0027two\u0027,\r\n three: \u0027three\u0027,\r\n toString: () =\u003E {\r\n out=\u0022\u0022;\r\n for (var s in this)\r\n {\r\n if (typeof s == \u0027string\u0027)\r\n {\r\n out\u002B=s\r\n }\r\n else\r\n {\r\n out\u002B=s.toString()\r\n }\r\n }\r\n }\r\n}","TestCases":[{"Name":"toString","Code":"obj.toString();","IsDeferred":false},{"Name":"concatenation","Code":"obj\u002B\u0022\u0022;","IsDeferred":false}]}