Test name | Executions per second |
---|---|
Object.hasOwnProperty | 8442410.0 Ops/sec |
Object in | 7903177.5 Ops/sec |
Array.indexOf | 1141802.6 Ops/sec |
direct | 7775467.5 Ops/sec |
Array includes | 1143966.8 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 5412020.0 Ops/sec |
Reflect.has() | 4356132.0 Ops/sec |