| Test name | Executions per second |
|---|---|
| Object.hasOwnProperty | 27436400.0 Ops/sec |
| Object in | 23178378.0 Ops/sec |
| Array.indexOf | 1411909.2 Ops/sec |
| direct | 22657588.0 Ops/sec |
| Array includes | 1393157.2 Ops/sec |
| Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 22163384.0 Ops/sec |
| Reflect.has() | 13901616.0 Ops/sec |