Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
readOnlyError.js
blob: fcc3e339cbeb19f73a821b52903b3c71abf2e4d2 [
file
] [
log
] [
blame
]
function
_readOnlyError
(
r
)
{
throw
new
TypeError
(
'"'
+
r
+
'" is read-only'
);
}
export
{
_readOnlyError as
default
};