Sign in
chromium
/
devtools
/
devtools-frontend
/
0a3621c
/
.
/
node_modules
/
@babel
/
runtime
/
helpers
/
esm
/
classStaticPrivateMethodGet.js
blob: da9b1e57eae2c02a00e37fc4898d53f4db618e0b [
file
]
export
default
function
_classStaticPrivateMethodGet
(
receiver
,
classConstructor
,
method
)
{
if
(
receiver
!==
classConstructor
)
{
throw
new
TypeError
(
"Private static access of wrong provenance"
);
}
return
method
;
}