9643eb0e5f551e1fa9d4882cff82bf5c748842f7c190bfaf39fcdc24d608558b.json 2.4 KB

1
  1. {"ast":null,"code":"'use strict';\n\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar toObject = require('../internals/to-object');\nvar nativeGetPrototypeOf = require('../internals/object-get-prototype-of');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\nvar FAILS_ON_PRIMITIVES = fails(function () {\n nativeGetPrototypeOf(1);\n});\n\n// `Object.getPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.getprototypeof\n$({\n target: 'Object',\n stat: true,\n forced: FAILS_ON_PRIMITIVES,\n sham: !CORRECT_PROTOTYPE_GETTER\n}, {\n getPrototypeOf: function getPrototypeOf(it) {\n return nativeGetPrototypeOf(toObject(it));\n }\n});","map":{"version":3,"names":["$","require","fails","toObject","nativeGetPrototypeOf","CORRECT_PROTOTYPE_GETTER","FAILS_ON_PRIMITIVES","target","stat","forced","sham","getPrototypeOf","it"],"sources":["F:/workspace/202226701027/huinongbao-app/node_modules/core-js-pure/modules/es.object.get-prototype-of.js"],"sourcesContent":["'use strict';\nvar $ = require('../internals/export');\nvar fails = require('../internals/fails');\nvar toObject = require('../internals/to-object');\nvar nativeGetPrototypeOf = require('../internals/object-get-prototype-of');\nvar CORRECT_PROTOTYPE_GETTER = require('../internals/correct-prototype-getter');\n\nvar FAILS_ON_PRIMITIVES = fails(function () { nativeGetPrototypeOf(1); });\n\n// `Object.getPrototypeOf` method\n// https://tc39.es/ecma262/#sec-object.getprototypeof\n$({ target: 'Object', stat: true, forced: FAILS_ON_PRIMITIVES, sham: !CORRECT_PROTOTYPE_GETTER }, {\n getPrototypeOf: function getPrototypeOf(it) {\n return nativeGetPrototypeOf(toObject(it));\n }\n});\n\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,CAAC,GAAGC,OAAO,CAAC,qBAAqB,CAAC;AACtC,IAAIC,KAAK,GAAGD,OAAO,CAAC,oBAAoB,CAAC;AACzC,IAAIE,QAAQ,GAAGF,OAAO,CAAC,wBAAwB,CAAC;AAChD,IAAIG,oBAAoB,GAAGH,OAAO,CAAC,sCAAsC,CAAC;AAC1E,IAAII,wBAAwB,GAAGJ,OAAO,CAAC,uCAAuC,CAAC;AAE/E,IAAIK,mBAAmB,GAAGJ,KAAK,CAAC,YAAY;EAAEE,oBAAoB,CAAC,CAAC,CAAC;AAAE,CAAC,CAAC;;AAEzE;AACA;AACAJ,CAAC,CAAC;EAAEO,MAAM,EAAE,QAAQ;EAAEC,IAAI,EAAE,IAAI;EAAEC,MAAM,EAAEH,mBAAmB;EAAEI,IAAI,EAAE,CAACL;AAAyB,CAAC,EAAE;EAChGM,cAAc,EAAE,SAASA,cAAcA,CAACC,EAAE,EAAE;IAC1C,OAAOR,oBAAoB,CAACD,QAAQ,CAACS,EAAE,CAAC,CAAC;EAC3C;AACF,CAAC,CAAC","ignoreList":[]},"metadata":{},"sourceType":"script","externalDependencies":[]}