{"ScriptPreparationCode":null,"TestCases":[{"Name":"strict equal","Code":"\u0022use strict\u0022;\r\nlet n = 0;\r\nfor (;;) {\r\n\tn\u002B\u002B;\r\n\tif (n === 10000) break;\r\n}","IsDeferred":false},{"Name":"loose equal","Code":"\u0022use strict\u0022;\r\nlet n = 0;\r\nfor (;;) {\r\n\tn\u002B\u002B;\r\n\tif (n == 10000) break;\r\n}","IsDeferred":false}]}