Projekt

Obecné

Profil

Stáhnout (256 Bajtů) Statistiky
| Větev: | Revize:
1
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
}
8

    
9
module.exports = _classStaticPrivateMethodGet;
(23-23/80)