tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

esmodules.js (11434B)


      1 var webpack4Esmodules =
      2 /******/ (function(modules) { // webpackBootstrap
      3 /******/ 	// The module cache
      4 /******/ 	var installedModules = {};
      5 /******/
      6 /******/ 	// The require function
      7 /******/ 	function __webpack_require__(moduleId) {
      8 /******/
      9 /******/ 		// Check if module is in cache
     10 /******/ 		if(installedModules[moduleId]) {
     11 /******/ 			return installedModules[moduleId].exports;
     12 /******/ 		}
     13 /******/ 		// Create a new module (and put it into the cache)
     14 /******/ 		var module = installedModules[moduleId] = {
     15 /******/ 			i: moduleId,
     16 /******/ 			l: false,
     17 /******/ 			exports: {}
     18 /******/ 		};
     19 /******/
     20 /******/ 		// Execute the module function
     21 /******/ 		modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
     22 /******/
     23 /******/ 		// Flag the module as loaded
     24 /******/ 		module.l = true;
     25 /******/
     26 /******/ 		// Return the exports of the module
     27 /******/ 		return module.exports;
     28 /******/ 	}
     29 /******/
     30 /******/
     31 /******/ 	// expose the modules object (__webpack_modules__)
     32 /******/ 	__webpack_require__.m = modules;
     33 /******/
     34 /******/ 	// expose the module cache
     35 /******/ 	__webpack_require__.c = installedModules;
     36 /******/
     37 /******/ 	// define getter function for harmony exports
     38 /******/ 	__webpack_require__.d = function(exports, name, getter) {
     39 /******/ 		if(!__webpack_require__.o(exports, name)) {
     40 /******/ 			Object.defineProperty(exports, name, { enumerable: true, get: getter });
     41 /******/ 		}
     42 /******/ 	};
     43 /******/
     44 /******/ 	// define __esModule on exports
     45 /******/ 	__webpack_require__.r = function(exports) {
     46 /******/ 		if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
     47 /******/ 			Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
     48 /******/ 		}
     49 /******/ 		Object.defineProperty(exports, '__esModule', { value: true });
     50 /******/ 	};
     51 /******/
     52 /******/ 	// create a fake namespace object
     53 /******/ 	// mode & 1: value is a module id, require it
     54 /******/ 	// mode & 2: merge all properties of value into the ns
     55 /******/ 	// mode & 4: return value when already ns object
     56 /******/ 	// mode & 8|1: behave like require
     57 /******/ 	__webpack_require__.t = function(value, mode) {
     58 /******/ 		if(mode & 1) value = __webpack_require__(value);
     59 /******/ 		if(mode & 8) return value;
     60 /******/ 		if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
     61 /******/ 		var ns = Object.create(null);
     62 /******/ 		__webpack_require__.r(ns);
     63 /******/ 		Object.defineProperty(ns, 'default', { enumerable: true, value: value });
     64 /******/ 		if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
     65 /******/ 		return ns;
     66 /******/ 	};
     67 /******/
     68 /******/ 	// getDefaultExport function for compatibility with non-harmony modules
     69 /******/ 	__webpack_require__.n = function(module) {
     70 /******/ 		var getter = module && module.__esModule ?
     71 /******/ 			function getDefault() { return module['default']; } :
     72 /******/ 			function getModuleExports() { return module; };
     73 /******/ 		__webpack_require__.d(getter, 'a', getter);
     74 /******/ 		return getter;
     75 /******/ 	};
     76 /******/
     77 /******/ 	// Object.prototype.hasOwnProperty.call
     78 /******/ 	__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
     79 /******/
     80 /******/ 	// __webpack_public_path__
     81 /******/ 	__webpack_require__.p = "";
     82 /******/
     83 /******/
     84 /******/ 	// Load entry module and return exports
     85 /******/ 	return __webpack_require__(__webpack_require__.s = "./input.js");
     86 /******/ })
     87 /************************************************************************/
     88 /******/ ({
     89 
     90 /***/ "./input.js":
     91 /*!******************!*\
     92  !*** ./input.js ***!
     93  \******************/
     94 /*! exports provided: default, example */
     95 /***/ (function(module, __webpack_exports__, __webpack_require__) {
     96 
     97 "use strict";
     98 __webpack_require__.r(__webpack_exports__);
     99 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return root; });
    100 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "example", function() { return example; });
    101 /* harmony import */ var _src_mod1__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(/*! ./src/mod1 */ "./src/mod1.js");
    102 /* harmony import */ var _src_mod2__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(/*! ./src/mod2 */ "./src/mod2.js");
    103 /* harmony import */ var _src_mod3__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(/*! ./src/mod3 */ "./src/mod3.js");
    104 /* harmony import */ var _src_mod4__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! ./src/mod4 */ "./src/mod4.js");
    105 /* harmony import */ var _src_mod5__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! ./src/mod5 */ "./src/mod5.js");
    106 /* harmony import */ var _src_mod6__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! ./src/mod6 */ "./src/mod6.js");
    107 /* harmony import */ var _src_mod7__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ./src/mod7 */ "./src/mod7.js");
    108 /* harmony import */ var _src_mod9__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ./src/mod9 */ "./src/mod9.js");
    109 /* harmony import */ var _src_mod10__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ./src/mod10 */ "./src/mod10.js");
    110 /* harmony import */ var _src_mod11__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ./src/mod11 */ "./src/mod11.js");
    111 /* harmony import */ var _src_optimized_out__WEBPACK_IMPORTED_MODULE_10__ = __webpack_require__(/*! ./src/optimized-out */ "./src/optimized-out.js");
    112 
    113 
    114 
    115 
    116 
    117 
    118 
    119 
    120 
    121 
    122 
    123 
    124 
    125 
    126 Object(_src_optimized_out__WEBPACK_IMPORTED_MODULE_10__["default"])();
    127 
    128 function root() {
    129  console.log("pause here", root);
    130 
    131  console.log(_src_mod1__WEBPACK_IMPORTED_MODULE_0__["default"]);
    132  console.log(_src_mod3__WEBPACK_IMPORTED_MODULE_2__["original"]);
    133  console.log(_src_mod2__WEBPACK_IMPORTED_MODULE_1__["aNamed"]);
    134  console.log(_src_mod2__WEBPACK_IMPORTED_MODULE_1__["aNamed"]);
    135  console.log(_src_mod4__WEBPACK_IMPORTED_MODULE_3__);
    136 
    137  try {
    138    // None of these are callable in this code, but we still want to make sure
    139    // they map properly even if the only reference is in a call expressions.
    140    console.log(Object(_src_mod5__WEBPACK_IMPORTED_MODULE_4__["default"])());
    141    console.log(Object(_src_mod7__WEBPACK_IMPORTED_MODULE_6__["original"])());
    142    console.log(Object(_src_mod6__WEBPACK_IMPORTED_MODULE_5__["aNamed2"])());
    143    console.log(Object(_src_mod6__WEBPACK_IMPORTED_MODULE_5__["aNamed2"])());
    144 
    145    console.log(new _src_mod9__WEBPACK_IMPORTED_MODULE_7__["default"]());
    146    console.log(new _src_mod11__WEBPACK_IMPORTED_MODULE_9__["original"]());
    147    console.log(new _src_mod10__WEBPACK_IMPORTED_MODULE_8__["aNamed3"]());
    148    console.log(new _src_mod10__WEBPACK_IMPORTED_MODULE_8__["aNamed3"]());
    149  } catch (e) {}
    150 }
    151 
    152 function example(){}
    153 
    154 
    155 /***/ }),
    156 
    157 /***/ "./src/mod1.js":
    158 /*!*********************!*\
    159  !*** ./src/mod1.js ***!
    160  \*********************/
    161 /*! exports provided: default */
    162 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    163 
    164 "use strict";
    165 __webpack_require__.r(__webpack_exports__);
    166 /* harmony default export */ __webpack_exports__["default"] = ("a-default");
    167 
    168 
    169 /***/ }),
    170 
    171 /***/ "./src/mod10.js":
    172 /*!**********************!*\
    173  !*** ./src/mod10.js ***!
    174  \**********************/
    175 /*! exports provided: aNamed3 */
    176 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    177 
    178 "use strict";
    179 __webpack_require__.r(__webpack_exports__);
    180 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "aNamed3", function() { return aNamed3; });
    181 const aNamed3 = "a-named3";
    182 
    183 
    184 /***/ }),
    185 
    186 /***/ "./src/mod11.js":
    187 /*!**********************!*\
    188  !*** ./src/mod11.js ***!
    189  \**********************/
    190 /*! exports provided: original */
    191 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    192 
    193 "use strict";
    194 __webpack_require__.r(__webpack_exports__);
    195 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "original", function() { return original; });
    196 const original = "an-original3";
    197 
    198 
    199 /***/ }),
    200 
    201 /***/ "./src/mod2.js":
    202 /*!*********************!*\
    203  !*** ./src/mod2.js ***!
    204  \*********************/
    205 /*! exports provided: aNamed */
    206 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    207 
    208 "use strict";
    209 __webpack_require__.r(__webpack_exports__);
    210 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "aNamed", function() { return aNamed; });
    211 const aNamed = "a-named";
    212 
    213 
    214 /***/ }),
    215 
    216 /***/ "./src/mod3.js":
    217 /*!*********************!*\
    218  !*** ./src/mod3.js ***!
    219  \*********************/
    220 /*! exports provided: original */
    221 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    222 
    223 "use strict";
    224 __webpack_require__.r(__webpack_exports__);
    225 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "original", function() { return original; });
    226 const original = "an-original";
    227 
    228 
    229 /***/ }),
    230 
    231 /***/ "./src/mod4.js":
    232 /*!*********************!*\
    233  !*** ./src/mod4.js ***!
    234  \*********************/
    235 /*! exports provided: default, aNamed */
    236 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    237 
    238 "use strict";
    239 __webpack_require__.r(__webpack_exports__);
    240 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "aNamed", function() { return aNamed; });
    241 /* harmony default export */ __webpack_exports__["default"] = ("a-default");
    242 const aNamed = "a-named";
    243 
    244 
    245 /***/ }),
    246 
    247 /***/ "./src/mod5.js":
    248 /*!*********************!*\
    249  !*** ./src/mod5.js ***!
    250  \*********************/
    251 /*! exports provided: default */
    252 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    253 
    254 "use strict";
    255 __webpack_require__.r(__webpack_exports__);
    256 /* harmony default export */ __webpack_exports__["default"] = ("a-default2");
    257 
    258 
    259 /***/ }),
    260 
    261 /***/ "./src/mod6.js":
    262 /*!*********************!*\
    263  !*** ./src/mod6.js ***!
    264  \*********************/
    265 /*! exports provided: aNamed2 */
    266 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    267 
    268 "use strict";
    269 __webpack_require__.r(__webpack_exports__);
    270 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "aNamed2", function() { return aNamed2; });
    271 const aNamed2 = "a-named2";
    272 
    273 
    274 /***/ }),
    275 
    276 /***/ "./src/mod7.js":
    277 /*!*********************!*\
    278  !*** ./src/mod7.js ***!
    279  \*********************/
    280 /*! exports provided: original */
    281 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    282 
    283 "use strict";
    284 __webpack_require__.r(__webpack_exports__);
    285 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "original", function() { return original; });
    286 const original = "an-original2";
    287 
    288 
    289 /***/ }),
    290 
    291 /***/ "./src/mod9.js":
    292 /*!*********************!*\
    293  !*** ./src/mod9.js ***!
    294  \*********************/
    295 /*! exports provided: default */
    296 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    297 
    298 "use strict";
    299 __webpack_require__.r(__webpack_exports__);
    300 /* harmony default export */ __webpack_exports__["default"] = ("a-default3");
    301 
    302 
    303 /***/ }),
    304 
    305 /***/ "./src/optimized-out.js":
    306 /*!******************************!*\
    307  !*** ./src/optimized-out.js ***!
    308  \******************************/
    309 /*! exports provided: default */
    310 /***/ (function(module, __webpack_exports__, __webpack_require__) {
    311 
    312 "use strict";
    313 __webpack_require__.r(__webpack_exports__);
    314 /* harmony export (binding) */ __webpack_require__.d(__webpack_exports__, "default", function() { return optimizedOut; });
    315 function optimizedOut() {}
    316 
    317 
    318 /***/ })
    319 
    320 /******/ })["default"];
    321 //# sourceMappingURL=esmodules.js.map