UNPKG

extendscript-es5-shim

Version:
8 lines 224 B
if (!Object.getPrototypeOf) { Object.getPrototypeOf = function(object) { if (Object(object) !== object) { throw new TypeError('Object.getPrototypeOf can only be called on Objects.'); } return object.__proto__; } }