{"ScriptPreparationCode":null,"TestCases":[{"Name":"value exists w/ boolean","Code":"const obj = { 2: true, 7: true }\r\nif (obj[3]) { \r\n return;\r\n}","IsDeferred":false},{"Name":"value exists w/ integer","Code":"const obj = { 2: 1, 7: 1 }\r\nif (obj[3]) {\r\nreturn;\r\n}","IsDeferred":false},{"Name":"value doesn\u0027t exist w/ boolean","Code":"const obj = { 2: true, 7: true }\r\nif (obj[3]) {\r\nreturn;\r\n}","IsDeferred":false},{"Name":"value doesn\u0027t exist w/ integer","Code":"const obj = { 2: 1, 7: 1 }\r\nif (obj[3]) {\r\nreturn;\r\n}","IsDeferred":false}]}