Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
classStaticPrivateMethodSet.js
blob: a61ae63ee90b8b9a2c05ccabb666b52392153264 [
file
] [
log
] [
blame
]
function
_classStaticPrivateMethodSet
()
{
throw
new
TypeError
(
"attempted to set read only static private field"
);
}
export
{
_classStaticPrivateMethodSet as
default
};