Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 3.140.201.179
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
wb /
node_modules /
es6-weak-map /
test /
Delete
Unzip
Name
Size
Permission
Date
Action
implement.js
85
B
-rw-rw-r--
2022-08-30 11:49
index.js
114
B
-rw-rw-r--
2022-08-30 11:49
is-implemented.js
335
B
-rw-rw-r--
2022-08-30 11:49
is-native-implemented.js
78
B
-rw-rw-r--
2022-08-30 11:49
is-weak-map.js
406
B
-rw-rw-r--
2022-08-30 11:49
polyfill.js
725
B
-rw-rw-r--
2022-08-30 11:49
valid-weak-map.js
626
B
-rw-rw-r--
2022-08-30 11:49
Save
Rename
"use strict"; var globalObj = require("es5-ext/global") , polyfill = require("../polyfill"); module.exports = function (t, a) { var cache; a(typeof t(), "boolean"); cache = globalObj.WeakMap; globalObj.WeakMap = polyfill; a(t(), true); if (cache === undefined) delete globalObj.WeakMap; else globalObj.WeakMap = cache; };