{"ScriptPreparationCode":"var arr = new Uint8Array([84, 104, 105, 115, 32, 105, 115, 32, 97, 32, 85, 105, 110, 116,\r\n 56, 65, 114, 114, 97, 121, 32, 99, 111, 110, 118, 101, 114, 116,\r\n 101, 100, 32, 116, 111, 32, 97, 32, 115, 116, 114, 105, 110, 103\r\n]);","TestCases":[{"Name":"TextDecoder","Code":"new TextDecoder().decode(arr)","IsDeferred":false},{"Name":"String.fromCharCode","Code":"String.fromCharCode.apply(null, arr)","IsDeferred":false}]}