25a503bb8445c1f1c57fb02c4c1aca46.json 8.98 KB
{"ast":null,"code":"var anObject = require('../internals/an-object');\n\nvar defineProperties = require('../internals/object-define-properties');\n\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar html = require('../internals/html');\n\nvar documentCreateElement = require('../internals/document-create-element');\n\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () {\n  /* empty */\n};\n\nvar scriptTag = function (content) {\n  return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n}; // Create object with fake `null` prototype: use ActiveX Object with cleared prototype\n\n\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n  activeXDocument.write(scriptTag(''));\n  activeXDocument.close();\n  var temp = activeXDocument.parentWindow.Object;\n  activeXDocument = null; // avoid memory leak\n\n  return temp;\n}; // Create object with fake `null` prototype: use iframe Object with cleared prototype\n\n\nvar NullProtoObjectViaIFrame = function () {\n  // Thrash, waste and sodomy: IE GC bug\n  var iframe = documentCreateElement('iframe');\n  var JS = 'java' + SCRIPT + ':';\n  var iframeDocument;\n  iframe.style.display = 'none';\n  html.appendChild(iframe); // https://github.com/zloirock/core-js/issues/475\n\n  iframe.src = String(JS);\n  iframeDocument = iframe.contentWindow.document;\n  iframeDocument.open();\n  iframeDocument.write(scriptTag('document.F=Object'));\n  iframeDocument.close();\n  return iframeDocument.F;\n}; // Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\n\n\nvar activeXDocument;\n\nvar NullProtoObject = function () {\n  try {\n    /* global ActiveXObject */\n    activeXDocument = document.domain && new ActiveXObject('htmlfile');\n  } catch (error) {\n    /* ignore */\n  }\n\n  NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n  var length = enumBugKeys.length;\n\n  while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n\n  return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true; // `Object.create` method\n// https://tc39.github.io/ecma262/#sec-object.create\n\nmodule.exports = Object.create || function create(O, Properties) {\n  var result;\n\n  if (O !== null) {\n    EmptyConstructor[PROTOTYPE] = anObject(O);\n    result = new EmptyConstructor();\n    EmptyConstructor[PROTOTYPE] = null; // add \"__proto__\" for Object.getPrototypeOf polyfill\n\n    result[IE_PROTO] = O;\n  } else result = NullProtoObject();\n\n  return Properties === undefined ? result : defineProperties(result, Properties);\n};","map":{"version":3,"sources":["C:/Users/kkwan_000/Desktop/git/2017110269/minsung/node_modules/core-js-pure/internals/object-create.js"],"names":["anObject","require","defineProperties","enumBugKeys","hiddenKeys","html","documentCreateElement","sharedKey","GT","LT","PROTOTYPE","SCRIPT","IE_PROTO","EmptyConstructor","scriptTag","content","NullProtoObjectViaActiveX","activeXDocument","write","close","temp","parentWindow","Object","NullProtoObjectViaIFrame","iframe","JS","iframeDocument","style","display","appendChild","src","String","contentWindow","document","open","F","NullProtoObject","domain","ActiveXObject","error","length","module","exports","create","O","Properties","result","undefined"],"mappings":"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","sourcesContent":["var anObject = require('../internals/an-object');\nvar defineProperties = require('../internals/object-define-properties');\nvar enumBugKeys = require('../internals/enum-bug-keys');\nvar hiddenKeys = require('../internals/hidden-keys');\nvar html = require('../internals/html');\nvar documentCreateElement = require('../internals/document-create-element');\nvar sharedKey = require('../internals/shared-key');\n\nvar GT = '>';\nvar LT = '<';\nvar PROTOTYPE = 'prototype';\nvar SCRIPT = 'script';\nvar IE_PROTO = sharedKey('IE_PROTO');\n\nvar EmptyConstructor = function () { /* empty */ };\n\nvar scriptTag = function (content) {\n  return LT + SCRIPT + GT + content + LT + '/' + SCRIPT + GT;\n};\n\n// Create object with fake `null` prototype: use ActiveX Object with cleared prototype\nvar NullProtoObjectViaActiveX = function (activeXDocument) {\n  activeXDocument.write(scriptTag(''));\n  activeXDocument.close();\n  var temp = activeXDocument.parentWindow.Object;\n  activeXDocument = null; // avoid memory leak\n  return temp;\n};\n\n// Create object with fake `null` prototype: use iframe Object with cleared prototype\nvar NullProtoObjectViaIFrame = function () {\n  // Thrash, waste and sodomy: IE GC bug\n  var iframe = documentCreateElement('iframe');\n  var JS = 'java' + SCRIPT + ':';\n  var iframeDocument;\n  iframe.style.display = 'none';\n  html.appendChild(iframe);\n  // https://github.com/zloirock/core-js/issues/475\n  iframe.src = String(JS);\n  iframeDocument = iframe.contentWindow.document;\n  iframeDocument.open();\n  iframeDocument.write(scriptTag('document.F=Object'));\n  iframeDocument.close();\n  return iframeDocument.F;\n};\n\n// Check for document.domain and active x support\n// No need to use active x approach when document.domain is not set\n// see https://github.com/es-shims/es5-shim/issues/150\n// variation of https://github.com/kitcambridge/es5-shim/commit/4f738ac066346\n// avoid IE GC bug\nvar activeXDocument;\nvar NullProtoObject = function () {\n  try {\n    /* global ActiveXObject */\n    activeXDocument = document.domain && new ActiveXObject('htmlfile');\n  } catch (error) { /* ignore */ }\n  NullProtoObject = activeXDocument ? NullProtoObjectViaActiveX(activeXDocument) : NullProtoObjectViaIFrame();\n  var length = enumBugKeys.length;\n  while (length--) delete NullProtoObject[PROTOTYPE][enumBugKeys[length]];\n  return NullProtoObject();\n};\n\nhiddenKeys[IE_PROTO] = true;\n\n// `Object.create` method\n// https://tc39.github.io/ecma262/#sec-object.create\nmodule.exports = Object.create || function create(O, Properties) {\n  var result;\n  if (O !== null) {\n    EmptyConstructor[PROTOTYPE] = anObject(O);\n    result = new EmptyConstructor();\n    EmptyConstructor[PROTOTYPE] = null;\n    // add \"__proto__\" for Object.getPrototypeOf polyfill\n    result[IE_PROTO] = O;\n  } else result = NullProtoObject();\n  return Properties === undefined ? result : defineProperties(result, Properties);\n};\n"]},"metadata":{},"sourceType":"script"}