| Test name | Executions per second |
|---|---|
| Object.hasOwnProperty | 6731668.5 Ops/sec |
| Object in | 6512412.0 Ops/sec |
| Array.indexOf | 1162925.9 Ops/sec |
| direct | 6471527.0 Ops/sec |
| Array includes | 1159888.2 Ops/sec |
| Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 4829796.0 Ops/sec |
| Reflect.has() | 3945001.0 Ops/sec |