15 lines
241 B
JavaScript
15 lines
241 B
JavaScript
var exfiltrated;
|
|
|
|
class Cl {
|
|
constructor() {
|
|
if (exfiltrated === undefined) {
|
|
exfiltrated = babelHelpers.classStaticPrivateMethodGet(Cl, Cl, _privateStaticMethod);
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
function _privateStaticMethod() {
|
|
return 1017;
|
|
}
|