| Test name | Executions per second |
|---|---|
| Object.hasOwnProperty | 11912045.0 Ops/sec |
| Object in | 11115542.0 Ops/sec |
| Array.indexOf | 1372083.5 Ops/sec |
| direct | 10958311.0 Ops/sec |
| Array includes | 1362669.5 Ops/sec |
| Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 7371887.5 Ops/sec |
| Reflect.has() | 6152985.0 Ops/sec |