{"ScriptPreparationCode":"window.cachedFormatter = new Intl.NumberFormat(\u0027pt-BR\u0027, { style: \u0027currency\u0027, currency: \u0027BRL\u0027 });","TestCases":[{"Name":"cached Intl.NumberFormat instance","Code":"window.cachedFormatter.format(3_950_219.56);","IsDeferred":false},{"Name":"new Intl.NumberFormat","Code":"new Intl.NumberFormat(\u0027pt-BR\u0027, { style: \u0027currency\u0027, currency: \u0027BRL\u0027 }).format(3_950_219.56);","IsDeferred":false},{"Name":"Number.prototype.toLocaleString","Code":"(3_950_219.56).toLocaleString(\u0027pt-BR\u0027, { style: \u0027currency\u0027, currency: \u0027BRL\u0027 });","IsDeferred":false}]}