1eee98fb645d09da2a5af7bb9f8c5073.json 1.3 KB

1
  1. {"ast":null,"code":"'use strict';\n\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () {\n throw 1;\n }, 1);\n });\n};","map":{"version":3,"sources":["/Users/jane/Documents/Курс Front-end/HW8/myproject/node_modules/core-js-pure/internals/array-method-is-strict.js"],"names":["fails","require","module","exports","METHOD_NAME","argument","method","call"],"mappings":"AAAA;;AACA,IAAIA,KAAK,GAAGC,OAAO,CAAC,oBAAD,CAAnB;;AAEAC,MAAM,CAACC,OAAP,GAAiB,UAAUC,WAAV,EAAuBC,QAAvB,EAAiC;AAChD,MAAIC,MAAM,GAAG,GAAGF,WAAH,CAAb;AACA,SAAO,CAAC,CAACE,MAAF,IAAYN,KAAK,CAAC,YAAY;AACnC;AACAM,IAAAA,MAAM,CAACC,IAAP,CAAY,IAAZ,EAAkBF,QAAQ,IAAI,YAAY;AAAE,YAAM,CAAN;AAAU,KAAtD,EAAwD,CAAxD;AACD,GAHuB,CAAxB;AAID,CAND","sourcesContent":["'use strict';\nvar fails = require('../internals/fails');\n\nmodule.exports = function (METHOD_NAME, argument) {\n var method = [][METHOD_NAME];\n return !!method && fails(function () {\n // eslint-disable-next-line no-useless-call,no-throw-literal -- required for testing\n method.call(null, argument || function () { throw 1; }, 1);\n });\n};\n"]},"metadata":{},"sourceType":"script"}