{"ScriptPreparationCode":"function newUint8Array(num) {\r\n return Uint8Array.from(num)\r\n}\r\n\r\nfunction newBigInt(num) {\r\n return BigInt(num)\r\n\r\n}","TestCases":[{"Name":"newUint8Array","Code":"newUint8Array(1)","IsDeferred":false},{"Name":"newBigInt","Code":"newBigInt(1)","IsDeferred":false}]}