{"aliases":["es5","modernizr:es5object","default"],"browsers":{"ie":"6 - 8","firefox":"3.6","safari":"4","firefox_mob":"3.6"},"docs":"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getPrototypeOf","baseDir":"Object/getPrototypeOf","hasTests":false,"rawSource":"\n// Object.getPrototypeOf\nObject.getPrototypeOf = function getPrototypeOf(object) {\n\tif (object !== Object(object)) {\n\t\tthrow new TypeError('Object.getPrototypeOf called on non-object');\n\t}\n\n\treturn object.constructor ? object.constructor.prototype : null;\n};\n","minSource":"Object.getPrototypeOf=function(t){if(t!==Object(t))throw new TypeError(\"Object.getPrototypeOf called on non-object\");return t.constructor?t.constructor.prototype:null};","detectSource":"'getPrototypeOf' in Object"}