8d52d2211883a575d9a40b4dd3d9ec10.json 1.31 KB
{"ast":null,"code":"'use strict';\n\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\n\nvar classof = require('../internals/classof'); // `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\n\n\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n  return '[object ' + classof(this) + ']';\n};","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/core-js-pure/internals/object-to-string.js"],"names":["TO_STRING_TAG_SUPPORT","require","classof","module","exports","toString"],"mappings":"AAAA;;AACA,IAAIA,qBAAqB,GAAGC,OAAO,CAAC,oCAAD,CAAnC;;AACA,IAAIC,OAAO,GAAGD,OAAO,CAAC,sBAAD,CAArB,C,CAEA;AACA;;;AACAE,MAAM,CAACC,OAAP,GAAiBJ,qBAAqB,GAAG,GAAGK,QAAN,GAAiB,SAASA,QAAT,GAAoB;AACzE,SAAO,aAAaH,OAAO,CAAC,IAAD,CAApB,GAA6B,GAApC;AACD,CAFD","sourcesContent":["'use strict';\nvar TO_STRING_TAG_SUPPORT = require('../internals/to-string-tag-support');\nvar classof = require('../internals/classof');\n\n// `Object.prototype.toString` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.tostring\nmodule.exports = TO_STRING_TAG_SUPPORT ? {}.toString : function toString() {\n  return '[object ' + classof(this) + ']';\n};\n"]},"metadata":{},"sourceType":"script"}