Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9345868
object-keys.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
352 B
Subscribers
None
object-keys.js
View Options
var
internalObjectKeys
=
require
(
'../internals/object-keys-internal'
);
var
enumBugKeys
=
require
(
'../internals/enum-bug-keys'
);
// `Object.keys` method
// https://tc39.es/ecma262/#sec-object.keys
// eslint-disable-next-line es-x/no-object-keys -- safe
module
.
exports
=
Object
.
keys
||
function
keys
(
O
)
{
return
internalObjectKeys
(
O
,
enumBugKeys
);
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 3:34 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3298440
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment