{"ScriptPreparationCode":"var count = 1000;\r\nvar bool = true;","TestCases":[{"Name":"literal comparison","Code":"for (var i = 0; i \u003C= count; i\u002B\u002B) {\r\n if (bool === true || bool === false) {\r\n \r\n }\r\n}","IsDeferred":false},{"Name":"typeof","Code":"for (var i = 0; i \u003C= count; i\u002B\u002B) {\r\n if (typeof(bool) === \u0022boolean\u0022) {\r\n \r\n }\r\n}","IsDeferred":false}]}