{"ScriptPreparationCode":null,"TestCases":[{"Name":"setPrototypeOf","Code":"var a = {}\r\nObject.setPrototypeOf(a, Object.prototype)","IsDeferred":false},{"Name":"getPrototypeOf","Code":"var b = {}\r\nvar prototype = Object.getPrototypeOf(b)\r\nif (prototype !== Object.prototype) {\r\n\tObject.setPrototypeOf(b, Object.prototype)\r\n}","IsDeferred":false}]}