feeac1ee4401cbf8549b7063347aa736.json 1.2 KB

1
  1. {"ast":null,"code":"var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() {\n /* empty */\n }\n\n F.prototype.constructor = null; // eslint-disable-next-line es/no-object-getprototypeof -- required for testing\n\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});","map":{"version":3,"sources":["/Users/jane/Documents/Курс Front-end/HW8/myproject/node_modules/core-js-pure/internals/correct-prototype-getter.js"],"names":["fails","require","module","exports","F","prototype","constructor","Object","getPrototypeOf"],"mappings":"AAAA,IAAIA,KAAK,GAAGC,OAAO,CAAC,oBAAD,CAAnB;;AAEAC,MAAM,CAACC,OAAP,GAAiB,CAACH,KAAK,CAAC,YAAY;AAClC,WAASI,CAAT,GAAa;AAAE;AAAa;;AAC5BA,EAAAA,CAAC,CAACC,SAAF,CAAYC,WAAZ,GAA0B,IAA1B,CAFkC,CAGlC;;AACA,SAAOC,MAAM,CAACC,cAAP,CAAsB,IAAIJ,CAAJ,EAAtB,MAAmCA,CAAC,CAACC,SAA5C;AACD,CALsB,CAAvB","sourcesContent":["var fails = require('../internals/fails');\n\nmodule.exports = !fails(function () {\n function F() { /* empty */ }\n F.prototype.constructor = null;\n // eslint-disable-next-line es/no-object-getprototypeof -- required for testing\n return Object.getPrototypeOf(new F()) !== F.prototype;\n});\n"]},"metadata":{},"sourceType":"script"}