Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
superPropBase.js
blob: a5fa38614da27b53b36f3a6f1a01bc8fba5b5cc7 [
file
] [
log
] [
blame
]
import
getPrototypeOf from
"./getPrototypeOf.js"
;
function
_superPropBase
(
t
,
o
)
{
for
(;
!{}.
hasOwnProperty
.
call
(
t
,
o
)
&&
null
!==
(
t
=
getPrototypeOf
(
t
)););
return
t
;
}
export
{
_superPropBase as
default
};