Sign in
chromium
/
devtools
/
devtools-frontend.git
/
HEAD
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
newArrowCheck.js
blob: 5f70e0d791974a5f96f7a2f5841a27444a116da3 [
file
] [
log
] [
blame
]
function
_newArrowCheck
(
n
,
r
)
{
if
(
n
!==
r
)
throw
new
TypeError
(
"Cannot instantiate an arrow function"
);
}
export
{
_newArrowCheck as
default
};