Test name | Executions per second |
---|---|
Object.hasOwnProperty | 9952677.0 Ops/sec |
Object in | 9099473.0 Ops/sec |
Array.indexOf | 1627331.2 Ops/sec |
direct | 9153260.0 Ops/sec |
Array includes | 1625916.6 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 5937811.0 Ops/sec |
Reflect.has() | 4868951.5 Ops/sec |