Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
readOnlyError.js
blob: 166e40e5e76ae3565fc3e75eb4f5c502febf61f3 [
file
]
export
default
function
_readOnlyError
(
name
)
{
throw
new
TypeError
(
"\""
+
name
+
"\" is read-only"
);
}