Thomas Brierley e8ace81449 Use 'in' on root prototype checks
Because on NodeJS <= v0.10 hasOwnProperty returns false for __proto__ on
Object.prototype. Function.prototype and Object.prototype are roots so
it should be safe to use 'in' instead.
2017-07-04 19:43:01 +01:00
..
2017-07-04 19:43:01 +01:00
2017-01-23 22:17:45 +01:00
2017-05-27 20:56:16 +02:00