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 : 18.188.39.197
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
es6-symbol /
test /
Delete
Unzip
Name
Size
Permission
Date
Action
implement.js
83
B
-rw-r--r--
2015-06-25 13:26
index.js
251
B
-rw-r--r--
2015-06-25 13:26
is-implemented.js
316
B
-rw-r--r--
2016-05-17 12:42
is-native-implemented.js
77
B
-rw-r--r--
2015-06-25 13:26
is-symbol.js
394
B
-rw-r--r--
2015-06-25 13:26
polyfill.js
768
B
-rw-r--r--
2016-05-17 13:29
validate-symbol.js
616
B
-rw-r--r--
2015-06-25 13:26
Save
Rename
'use strict'; var global = require('es5-ext/global') , polyfill = require('../polyfill'); module.exports = function (t, a) { var cache; a(typeof t(), 'boolean'); cache = global.Symbol; global.Symbol = polyfill; a(t(), true); if (cache === undefined) delete global.Symbol; else global.Symbol = cache; };