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.227.140.134
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 SymbolPoly = require('../polyfill'); module.exports = function (t, a) { a(t(undefined), false, "Undefined"); a(t(null), false, "Null"); a(t(true), false, "Primitive"); a(t('raz'), false, "String"); a(t({}), false, "Object"); a(t([]), false, "Array"); if (typeof Symbol !== 'undefined') { a(t(Symbol()), true, "Native"); } a(t(SymbolPoly()), true, "Polyfill"); };