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