{"ScriptPreparationCode":null,"TestCases":[{"Name":"Global Intl","Code":"var nf = new Intl.NumberFormat(\u0027fr\u0027, {style: \u0027currency\u0027, currency: \u0027USD\u0027});\r\nfor (var i = 0; i \u003C 2000; i \u002B= 1) {\r\n nf.format(i);\r\n}","IsDeferred":false},{"Name":"Intl per-iteration","Code":"for (var i = 0; i \u003C 2000; i \u002B= 1) {\r\n new Intl.NumberFormat(\u0027fr\u0027, {style: \u0027currency\u0027, currency: \u0027USD\u0027}).format(i);\r\n}","IsDeferred":false}]}