| Test name | Executions per second |
|---|---|
| Object.hasOwnProperty | 8168070.0 Ops/sec |
| Object in | 8043128.0 Ops/sec |
| Array.indexOf | 664790.4 Ops/sec |
| direct | 7986789.0 Ops/sec |
| Array includes | 98610.5 Ops/sec |
| Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 5494832.5 Ops/sec |
| Reflect.has() | 4630603.5 Ops/sec |