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