Projekt

Obecné

Profil

Stáhnout (132 Bajtů) Statistiky
| Větev: | Revize:
1
function _tdzError(name) {
2
  throw new ReferenceError(name + " is not defined - temporal dead zone");
3
}
4

    
5
module.exports = _tdzError;
(69-69/80)