Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
classPrivateFieldLooseBase.js
blob: 4bd662ca7f9e1b6ab2833a738839074d8c3fbb5e [
file
] [
log
] [
blame
]
function
_classPrivateFieldBase
(
e
,
t
)
{
if
(!{}.
hasOwnProperty
.
call
(
e
,
t
))
throw
new
TypeError
(
"attempted to use private field on non-instance"
);
return
e
;
}
export
{
_classPrivateFieldBase as
default
};