Sign in
chromium
/
devtools
/
devtools-frontend
/
b3cd0a4f0ce68bbba2f63ebed0ec8564643eda2e
/
.
/
node_modules
/
@babel
/
runtime-corejs3
/
helpers
/
classPrivateMethodSet.js
blob: 38472848c69b467a86fb8cebcd37782d61c301be [
file
] [
log
] [
blame
]
function
_classPrivateMethodSet
()
{
throw
new
TypeError
(
"attempted to reassign private method"
);
}
module
.
exports
=
_classPrivateMethodSet
;