Linux host40.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Apache
: 68.65.120.213 | : 216.73.217.2
Cant Read [ /etc/named.conf ]
7.4.33
trade
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
lib /
node_modules /
npm /
node_modules /
es-abstract /
[ HOME SHELL ]
Name
Size
Permission
Action
helpers
[ DIR ]
drwxr-xr-x
operations
[ DIR ]
drwxr-xr-x
.editorconfig
276
B
-rw-r--r--
.jscs.json
3.91
KB
-rw-r--r--
.nycrc
234
B
-rw-r--r--
.travis.yml
6.8
KB
-rw-r--r--
CHANGELOG.md
6.43
KB
-rw-r--r--
GetIntrinsic.js
8.38
KB
-rw-r--r--
LICENSE
1.05
KB
-rw-r--r--
Makefile
3.75
KB
-rw-r--r--
README.md
1.8
KB
-rw-r--r--
es2015.js
21.28
KB
-rw-r--r--
es2016.js
454
B
-rw-r--r--
es2017.js
633
B
-rw-r--r--
es5.js
6.33
KB
-rw-r--r--
es6.js
53
B
-rw-r--r--
es7.js
53
B
-rw-r--r--
index.js
427
B
-rw-r--r--
package.json
2.37
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : es2017.js
'use strict'; var ES2016 = require('./es2016'); var assign = require('./helpers/assign'); var ES2017 = assign(assign({}, ES2016), { ToIndex: function ToIndex(value) { if (typeof value === 'undefined') { return 0; } var integerIndex = this.ToInteger(value); if (integerIndex < 0) { throw new RangeError('index must be >= 0'); } var index = this.ToLength(integerIndex); if (!this.SameValueZero(integerIndex, index)) { throw new RangeError('index must be >= 0 and < 2 ** 53 - 1'); } return index; } }); delete ES2017.EnumerableOwnNames; // replaced with EnumerableOwnProperties module.exports = ES2017;
Close