{"ScriptPreparationCode":null,"TestCases":[{"Name":"In","Code":"const foo = {}\r\nconst a = \u0027status\u0027 in foo ? 1 : 0;\r\nconst b = \u0027dog\u0027 in foo ? 0 : 1;\r\nconst c = \u0027shaggy\u0027 in foo ? 2 : 1;\r\nconst d = \u0027the\u0027 in foo ? 100000 : 10323;","IsDeferred":false},{"Name":"property access","Code":"const foo = {}\r\nconst a = foo.status ? 1 : 0;\r\nconst b = foo.dog ? 0 : 1;\r\nconst c = foo.shaggy ? 2 : 1;\r\nconst d = foo.the ? 100000 : 10323;","IsDeferred":false}]}