Sign in
chromium
/
devtools
/
devtools-frontend
/
7bddf9c31d36d144859b581763c68ac638f35e13
/
.
/
node_modules
/
hasown
/
index.js
blob: 34e60591349679d8cbdb1033a60eb5d171d7637e [
file
] [
log
] [
blame
]
'use strict'
;
var
call
=
Function
.
prototype
.
call
;
var
$hasOwn
=
Object
.
prototype
.
hasOwnProperty
;
var
bind
=
require
(
'function-bind'
);
/** @type {import('.')} */
module
.
exports
=
bind
.
call
(
call
,
$hasOwn
);