f3e9b654bd759ad37a1386c124aedb17.json 1.6 KB

1
  1. {"ast":null,"code":"var DESCRIPTORS = require('../internals/descriptors');\n\nvar fails = require('../internals/fails'); // V8 ~ Chrome 36-\n// https://bugs.chromium.org/p/v8/issues/detail?id=3334\n\n\nmodule.exports = DESCRIPTORS && fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty(function () {\n /* empty */\n }, 'prototype', {\n value: 42,\n writable: false\n }).prototype != 42;\n});","map":{"version":3,"sources":["/home/ilya/projects/NIX/temp/react/store/node_modules/core-js-pure/internals/v8-prototype-define-bug.js"],"names":["DESCRIPTORS","require","fails","module","exports","Object","defineProperty","value","writable","prototype"],"mappings":"AAAA,IAAIA,WAAW,GAAGC,OAAO,CAAC,0BAAD,CAAzB;;AACA,IAAIC,KAAK,GAAGD,OAAO,CAAC,oBAAD,CAAnB,C,CAEA;AACA;;;AACAE,MAAM,CAACC,OAAP,GAAiBJ,WAAW,IAAIE,KAAK,CAAC,YAAY;AAChD;AACA,SAAOG,MAAM,CAACC,cAAP,CAAsB,YAAY;AAAE;AAAa,GAAjD,EAAmD,WAAnD,EAAgE;AACrEC,IAAAA,KAAK,EAAE,EAD8D;AAErEC,IAAAA,QAAQ,EAAE;AAF2D,GAAhE,EAGJC,SAHI,IAGS,EAHhB;AAID,CANoC,CAArC","sourcesContent":["var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\n\n// V8 ~ Chrome 36-\n// https://bugs.chromium.org/p/v8/issues/detail?id=3334\nmodule.exports = DESCRIPTORS && fails(function () {\n // eslint-disable-next-line es/no-object-defineproperty -- required for testing\n return Object.defineProperty(function () { /* empty */ }, 'prototype', {\n value: 42,\n writable: false\n }).prototype != 42;\n});\n"]},"metadata":{},"sourceType":"script"}