{"ScriptPreparationCode":null,"TestCases":[{"Name":"Manual assign","Code":"const a = {};\r\na.b = 1;\r\na.c = 1;\r\na.d = 1;\r\na.e = 1;\r\na.f = 1;\r\na.g = 1;\r\na.h = 1;\r\na.i = 1;","IsDeferred":false},{"Name":"Object.assign","Code":"const a = {};\r\nObject.assign(a, {\r\n b: 1,\r\n c: 1,\r\n d: 1,\r\n e: 1,\r\n f: 1,\r\n g: 1,\r\n h: 1,\r\n i: 1\r\n});","IsDeferred":false},{"Name":"Direct","Code":"const a = {\r\n b: 1,\r\n c: 1,\r\n d: 1,\r\n e: 1,\r\n f: 1,\r\n g: 1,\r\n h: 1,\r\n i: 1\r\n};","IsDeferred":false}]}