| Test name | Executions per second |
|---|---|
| Object.hasOwnProperty | 38182528.0 Ops/sec |
| Object in | 85692664.0 Ops/sec |
| Array.indexOf | 1295459.8 Ops/sec |
| direct | 71988488.0 Ops/sec |
| Array includes | 1230289.5 Ops/sec |
| Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 99571224.0 Ops/sec |
| Reflect.has() | 71646896.0 Ops/sec |