Test name | Executions per second |
---|---|
Object.hasOwnProperty | 4929678.0 Ops/sec |
Object in | 4332323.0 Ops/sec |
Array.indexOf | 513149.3 Ops/sec |
direct | 4305170.5 Ops/sec |
Array includes | 452438.5 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 2790061.2 Ops/sec |
Reflect.has() | 2392633.0 Ops/sec |