| Test name | Executions per second |
|---|---|
| Object.hasOwnProperty | 22937006.0 Ops/sec |
| Object in | 44411640.0 Ops/sec |
| Array.indexOf | 773872.0 Ops/sec |
| direct | 20037964.0 Ops/sec |
| Array includes | 611551.1 Ops/sec |
| Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 50132140.0 Ops/sec |
| Reflect.has() | 33991588.0 Ops/sec |