Projekt

Obecné

Profil

Stáhnout (184 Bajtů) Statistiky
| Větev: | Revize:
1
// Thank's IE8 for his funny defineProperty
2
module.exports = !require('./_fails')(function () {
3
  return Object.defineProperty({}, 'a', { get: function () { return 7; } }).a != 7;
4
});
(28-28/303)