0eb0cfe2ae4586abef0fd3f050b4476e.json 1.76 KB
{"ast":null,"code":"var fails = require('../internals/fails');\n\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split; // fallback for non-array-like ES3 and non-enumerable old V8 strings\n\nmodule.exports = fails(function () {\n  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n  // eslint-disable-next-line no-prototype-builtins\n  return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n  return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/core-js-pure/internals/indexed-object.js"],"names":["fails","require","classof","split","module","exports","Object","propertyIsEnumerable","it","call"],"mappings":"AAAA,IAAIA,KAAK,GAAGC,OAAO,CAAC,oBAAD,CAAnB;;AACA,IAAIC,OAAO,GAAGD,OAAO,CAAC,0BAAD,CAArB;;AAEA,IAAIE,KAAK,GAAG,GAAGA,KAAf,C,CAEA;;AACAC,MAAM,CAACC,OAAP,GAAiBL,KAAK,CAAC,YAAY;AACjC;AACA;AACA,SAAO,CAACM,MAAM,CAAC,GAAD,CAAN,CAAYC,oBAAZ,CAAiC,CAAjC,CAAR;AACD,CAJqB,CAAL,GAIZ,UAAUC,EAAV,EAAc;AACjB,SAAON,OAAO,CAACM,EAAD,CAAP,IAAe,QAAf,GAA0BL,KAAK,CAACM,IAAN,CAAWD,EAAX,EAAe,EAAf,CAA1B,GAA+CF,MAAM,CAACE,EAAD,CAA5D;AACD,CANgB,GAMbF,MANJ","sourcesContent":["var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n  // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n  // eslint-disable-next-line no-prototype-builtins\n  return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n  return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n"]},"metadata":{},"sourceType":"script"}