Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 18.219.195.35
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib /
node_modules /
npm /
node_modules /
es-abstract /
Delete
Unzip
Name
Size
Permission
Date
Action
helpers
[ DIR ]
drwxr-xr-x
2024-03-03 22:36
operations
[ DIR ]
drwxr-xr-x
2024-03-03 22:36
.editorconfig
276
B
-rw-r--r--
2021-03-10 14:36
.jscs.json
3.91
KB
-rw-r--r--
2021-03-10 14:36
.nycrc
234
B
-rw-r--r--
2021-03-10 14:36
.travis.yml
6.8
KB
-rw-r--r--
2021-03-10 14:36
CHANGELOG.md
6.43
KB
-rw-r--r--
2021-03-10 14:36
GetIntrinsic.js
8.38
KB
-rw-r--r--
2021-03-10 14:36
LICENSE
1.05
KB
-rw-r--r--
2021-03-10 14:36
Makefile
3.75
KB
-rw-r--r--
2021-03-10 14:36
README.md
1.8
KB
-rw-r--r--
2021-03-10 14:36
es2015.js
21.28
KB
-rw-r--r--
2021-03-10 14:36
es2016.js
454
B
-rw-r--r--
2021-03-10 14:36
es2017.js
633
B
-rw-r--r--
2021-03-10 14:36
es5.js
6.33
KB
-rw-r--r--
2021-03-10 14:36
es6.js
53
B
-rw-r--r--
2021-03-10 14:36
es7.js
53
B
-rw-r--r--
2021-03-10 14:36
index.js
427
B
-rw-r--r--
2021-03-10 14:36
package.json
2.37
KB
-rw-r--r--
2021-03-10 14:36
Save
Rename
'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;