Projekt

Obecné

Profil

Stáhnout (223 Bajtů) Statistiky
| Větev: | Revize:
1
export default function _classStaticPrivateMethodGet(receiver, classConstructor, method) {
2
  if (receiver !== classConstructor) {
3
    throw new TypeError("Private static access of wrong provenance");
4
  }
5

    
6
  return method;
7
}
(23-23/80)