{"ScriptPreparationCode":"var set = new Set([\u0060foo\u0060, \u0060bar\u0060, \u0060baz\u0060, \u0060qux\u0060]);\r\nvar values = [\u0060a\u0060, \u0060foo\u0060, \u0060bar\u0060, \u0060b\u0060, \u0060c\u0060];\r\n\r\nvar count = 0;\r\n","TestCases":[{"Name":"Set","Code":"for (const x of values) if (set.has(x)) count \u002B= 1;","IsDeferred":false},{"Name":"Strict equality","Code":"for (const x of values) if (x === \u0060foo\u0060 || x === \u0060bar\u0060 || x === \u0060baz\u0060 || x === \u0060qux\u0060) count \u002B= 1;","IsDeferred":false}]}