@ -38,7 +38,11 @@ if (typeof Object.getPrototypeOf !== "function") {
}
: function (object) {
// May break if the constructor has been tampered with
return object.constructor.prototype;
try {
} catch (e) {
return {};
};