25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11839b04740b3b000d9c43ccefcf079b.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"}