You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fe4cb0bdd7eb8da2646d304aaaab9162.json 424 B

пре 3 година
1
  1. {"ast":null,"code":"var isObject = require('./_is-object');\n\nvar setPrototypeOf = require('./_set-proto').set;\n\nmodule.exports = function (that, target, C) {\n var S = target.constructor;\n var P;\n\n if (S !== C && typeof S == 'function' && (P = S.prototype) !== C.prototype && isObject(P) && setPrototypeOf) {\n setPrototypeOf(that, P);\n }\n\n return that;\n};","map":null,"metadata":{},"sourceType":"script"}