Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
classCheckPrivateStaticFieldDescriptor.js
blob: 844be91a8f26594ec85fabc80db4e0cea3b1767d [
file
] [
log
] [
blame
]
function
_classCheckPrivateStaticFieldDescriptor
(
t
,
e
)
{
if
(
void
0
===
t
)
throw
new
TypeError
(
"attempted to "
+
e
+
" private static field before its declaration"
);
}
export
{
_classCheckPrivateStaticFieldDescriptor as
default
};