Projekt

Obecné

Profil

Stáhnout (231 Bajtů) Statistiky
| Větev: | Revize:
1
function _classPrivateMethodGet(receiver, privateSet, fn) {
2
  if (!privateSet.has(receiver)) {
3
    throw new TypeError("attempted to get private field on non-instance");
4
  }
5

    
6
  return fn;
7
}
8

    
9
module.exports = _classPrivateMethodGet;
(19-19/80)