{"ScriptPreparationCode":"function x() {\r\n return this;\r\n}\r\n\r\nconst i = () =\u003E {\r\n x()\r\n}\r\n\r\nconst j = x.bind();","TestCases":[{"Name":"arrow","Code":"i()","IsDeferred":false},{"Name":"bind","Code":"j()","IsDeferred":false}]}