📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 07:21:16
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkobd.com
/
14
/
lib
/
node_modules
/
has-proto
📍 /home/orkouolp/nodevenv/node_js/orkobd.com/14/lib/node_modules/has-proto
🔄 Refresh
✏️
Editing: index.js
Writable
'use strict'; var test = { foo: {} }; var $Object = Object; module.exports = function hasProto() { return { __proto__: test }.foo === test.foo && !({ __proto__: null } instanceof $Object); };
💾 Save Changes
❌ Cancel