{"ScriptPreparationCode":"var count = 1000;","TestCases":[{"Name":"unescape","Code":"for (var i = 0; i \u003C count; i\u002B\u002B) { \r\n unescape(encodeURI(\u0022\u65E5\u0022));\r\n}","IsDeferred":false},{"Name":"replace func","Code":"for (var i = 0; i \u003C count; i\u002B\u002B) { \r\n encodeURI(\u0022\u65E5\u0022).replace(/%[\\da-f]{2}/gi, (char) =\u003E String.fromCodePoint(parseInt(char.replace(/%/, \u0022\u0022), 16)));\r\n}","IsDeferred":false}]}