{"ScriptPreparationCode":" var DefineProperty = /** @class */ (function () {\r\n function DefineProperty() {\r\n Object.defineProperty(this, \u0022b\u0022, {\r\n enumerable: true,\r\n configurable: true,\r\n writable: true,\r\n value: 2\r\n });\r\n }\r\n return DefineProperty;\r\n }());\r\n var RawAccess = /** @class */ (function () {\r\n function RawAccess() {\r\n this.b = 2;\r\n }\r\n return RawAccess;\r\n }());","TestCases":[{"Name":"defineProperty","Code":"var obj = new DefineProperty();","IsDeferred":false},{"Name":"Raw access ","Code":"var obj = new RawAccess()","IsDeferred":false}]}