{"ScriptPreparationCode":null,"TestCases":[{"Name":"this","Code":"class k {\r\n constructor() {\r\n this.x = 1, this.y = 1, this.z = 1, this.a = 1, this.b = 1, this.c = 1;\r\n }\r\n}\r\nlet r = new k();","IsDeferred":false},{"Name":"cached this","Code":"class k {\r\n constructor() {\r\n let m = this;\r\n m.x = 1, m.y = 1, m.z = 1, m.a = 1, m.b = 1, m.c = 1;\r\n }\r\n}\r\nlet r = new k();","IsDeferred":false}]}