{"ScriptPreparationCode":"let prototype = {a:1,b:2,c:3}","TestCases":[{"Name":"Object.create","Code":"let a = Object.create(prototype)\r\nlet b = Object.create(null)","IsDeferred":false},{"Name":"__proto__ literal","Code":"let a = {__proto__: prototype}\r\nlet b = {__proto__: null}","IsDeferred":false}]}