1 |
- {"ast":null,"code":"'use strict';\n\nvar isPrototypeOf = require('../internals/object-is-prototype-of');\nvar $TypeError = TypeError;\nmodule.exports = function (it, Prototype) {\n if (isPrototypeOf(Prototype, it)) return it;\n throw new $TypeError('Incorrect invocation');\n};","map":{"version":3,"names":["isPrototypeOf","require","$TypeError","TypeError","module","exports","it","Prototype"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/core-js-pure/internals/an-instance.js"],"sourcesContent":["'use strict';\nvar isPrototypeOf = require('../internals/object-is-prototype-of');\n\nvar $TypeError = TypeError;\n\nmodule.exports = function (it, Prototype) {\n if (isPrototypeOf(Prototype, it)) return it;\n throw new $TypeError('Incorrect invocation');\n};\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,aAAa,GAAGC,OAAO,CAAC,qCAAqC,CAAC;AAElE,IAAIC,UAAU,GAAGC,SAAS;AAE1BC,MAAM,CAACC,OAAO,GAAG,UAAUC,EAAE,EAAEC,SAAS,EAAE;EACxC,IAAIP,aAAa,CAACO,SAAS,EAAED,EAAE,CAAC,EAAE,OAAOA,EAAE;EAC3C,MAAM,IAAIJ,UAAU,CAAC,sBAAsB,CAAC;AAC9C,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}
|