8fd3fc620a00407175497e9fe0d0d652.json 1.32 KB
{"ast":null,"code":"var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString; // this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\n\nif (typeof store.inspectSource != 'function') {\n  store.inspectSource = function (it) {\n    return functionToString.call(it);\n  };\n}\n\nmodule.exports = store.inspectSource;","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/core-js-pure/internals/inspect-source.js"],"names":["store","require","functionToString","Function","toString","inspectSource","it","call","module","exports"],"mappings":"AAAA,IAAIA,KAAK,GAAGC,OAAO,CAAC,2BAAD,CAAnB;;AAEA,IAAIC,gBAAgB,GAAGC,QAAQ,CAACC,QAAhC,C,CAEA;;AACA,IAAI,OAAOJ,KAAK,CAACK,aAAb,IAA8B,UAAlC,EAA8C;AAC5CL,EAAAA,KAAK,CAACK,aAAN,GAAsB,UAAUC,EAAV,EAAc;AAClC,WAAOJ,gBAAgB,CAACK,IAAjB,CAAsBD,EAAtB,CAAP;AACD,GAFD;AAGD;;AAEDE,MAAM,CAACC,OAAP,GAAiBT,KAAK,CAACK,aAAvB","sourcesContent":["var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n  store.inspectSource = function (it) {\n    return functionToString.call(it);\n  };\n}\n\nmodule.exports = store.inspectSource;\n"]},"metadata":{},"sourceType":"script"}