| Test name | Executions per second |
|---|---|
| Object.hasOwnProperty | 36551424.0 Ops/sec |
| Object in | 71016720.0 Ops/sec |
| Array.indexOf | 1321818.8 Ops/sec |
| direct | 26864320.0 Ops/sec |
| Array includes | 1276551.5 Ops/sec |
| Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 71569080.0 Ops/sec |
| Reflect.has() | 61093404.0 Ops/sec |