{"ScriptPreparationCode":" var props = {};\r\n var test = 1000;\r\n \r\n for (let i = 0; i \u003C 1000; i\u002B\u002B) {\r\n props[\u0027something\u0027 \u002B i] = true;\r\n }","TestCases":[{"Name":"Object.hasOwnProperty","Code":"props.hasOwnProperty(\u0027something\u0027 \u002B test)","IsDeferred":false},{"Name":"Object in","Code":"(\u0027something\u0027 \u002B test) in props","IsDeferred":false},{"Name":"Index","Code":"props[\u0027something\u0027 \u002B test]","IsDeferred":false}]}