Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8394468
object-get-own-property-names.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
480 B
Subscribers
None
object-get-own-property-names.js
View Options
var
internalObjectKeys
=
require
(
'../internals/object-keys-internal'
);
var
enumBugKeys
=
require
(
'../internals/enum-bug-keys'
);
var
hiddenKeys
=
enumBugKeys
.
concat
(
'length'
,
'prototype'
);
// `Object.getOwnPropertyNames` method
// https://tc39.es/ecma262/#sec-object.getownpropertynames
// eslint-disable-next-line es/no-object-getownpropertynames -- safe
exports
.
f
=
Object
.
getOwnPropertyNames
||
function
getOwnPropertyNames
(
O
)
{
return
internalObjectKeys
(
O
,
hiddenKeys
);
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 4, 7:25 PM (1 w, 2 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3358741
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment