{"ScriptPreparationCode":"const a = new Uint8Array(4 * 1920 * 1080);\r\nfor (let i = 0; i \u003C a.length; i\u002B\u002B) {\r\n a[i] = 64\r\n}","TestCases":[{"Name":"set","Code":"const b = new Uint8Array(a.length);\r\nb.set(a);","IsDeferred":false},{"Name":"structuredClone","Code":"const c = structuredClone(a);","IsDeferred":false}]}