Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8394480
has-own-property.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
422 B
Subscribers
None
has-own-property.js
View Options
var
uncurryThis
=
require
(
'../internals/function-uncurry-this'
);
var
toObject
=
require
(
'../internals/to-object'
);
var
hasOwnProperty
=
uncurryThis
({}.
hasOwnProperty
);
// `HasOwnProperty` abstract operation
// https://tc39.es/ecma262/#sec-hasownproperty
// eslint-disable-next-line es-x/no-object-hasown -- safe
module
.
exports
=
Object
.
hasOwn
||
function
hasOwn
(
it
,
key
)
{
return
hasOwnProperty
(
toObject
(
it
),
key
);
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 4, 7:25 PM (5 d, 11 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3361753
Attached To
rDWAPPS Web applications
Event Timeline
Log In to Comment