1- /******/ ( ( ) => { // webpackBootstrap
2- /******/ "use strict" ;
3- /******/ var __webpack_modules__ = ( {
4-
5- /***/ 906 :
6- /***/ ( ( module ) => {
7-
81// Copyright Joyent, Inc. and other Node contributors.
92//
103// Permission is hereby granted, free of charge, to any person obtaining a
2821
2922// Modified by the vm2 team to make this a standalone module to be loaded into the sandbox.
3023
31-
24+ 'use strict' ;
3225
3326const host = fromhost ;
3427
@@ -982,52 +975,3 @@ function unwrapListeners(arr) {
982975 }
983976 return ret ;
984977}
985-
986-
987- /***/ } )
988-
989- /******/ } ) ;
990- /************************************************************************/
991- /******/ // The module cache
992- /******/ var __webpack_module_cache__ = { } ;
993- /******/
994- /******/ // The require function
995- /******/ function __nccwpck_require__ ( moduleId ) {
996- /******/ // Check if module is in cache
997- /******/ var cachedModule = __webpack_module_cache__ [ moduleId ] ;
998- /******/ if ( cachedModule !== undefined ) {
999- /******/ return cachedModule . exports ;
1000- /******/ }
1001- /******/ // Create a new module (and put it into the cache)
1002- /******/ var module = __webpack_module_cache__ [ moduleId ] = {
1003- /******/ // no module.id needed
1004- /******/ // no module.loaded needed
1005- /******/ exports : { }
1006- /******/ } ;
1007- /******/
1008- /******/ // Execute the module function
1009- /******/ var threw = true ;
1010- /******/ try {
1011- /******/ __webpack_modules__ [ moduleId ] ( module , module . exports , __nccwpck_require__ ) ;
1012- /******/ threw = false ;
1013- /******/ } finally {
1014- /******/ if ( threw ) delete __webpack_module_cache__ [ moduleId ] ;
1015- /******/ }
1016- /******/
1017- /******/ // Return the exports of the module
1018- /******/ return module . exports ;
1019- /******/ }
1020- /******/
1021- /************************************************************************/
1022- /******/ /* webpack/runtime/compat */
1023- /******/
1024- /******/ if ( typeof __nccwpck_require__ !== 'undefined' ) __nccwpck_require__ . ab = __dirname + "/" ; /************************************************************************/
1025- /******/
1026- /******/ // startup
1027- /******/ // Load entry module and return exports
1028- /******/ // This entry module is referenced by other modules so it can't be inlined
1029- /******/ var __webpack_exports__ = __nccwpck_require__ ( 906 ) ;
1030- /******/ module . exports = __webpack_exports__ ;
1031- /******/
1032- /******/ } ) ( )
1033- ;
0 commit comments