| Test name | Executions per second |
|---|---|
| ✓ in (true) | 16,126,449 Ops/sec |
| in (false) | 16,064,166 Ops/sec |
| obj.hasOwnProperty (true) | 14,155,667 Ops/sec |
| obj.hasOwnProperty (false) | 13,872,129 Ops/sec |
| prototype.hasOwnProperty.call (false) | 4,914,296 Ops/sec |
| prototype.hasOwnProperty.call (true) | 4,741,770 Ops/sec |