| Test name | Executions per second |
|---|---|
| Object.hasOwnProperty | 23723580.0 Ops/sec |
| Object in | 47297124.0 Ops/sec |
| Array.indexOf | 627718.5 Ops/sec |
| direct | 44690308.0 Ops/sec |
| Array includes | 577709.1 Ops/sec |
| Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 9005722.0 Ops/sec |
| Reflect.has() | 41147620.0 Ops/sec |