Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
core-js-pure
/
internals
/
has.js
blob: 0925c41e6cd137851c838bf811c2732c44995ede [
file
]
var
hasOwnProperty
=
{}.
hasOwnProperty
;
module
.
exports
=
function
(
it
,
key
)
{
return
hasOwnProperty
.
call
(
it
,
key
);
};