Test name | Executions per second |
---|---|
Object.hasOwnProperty | 6445271.5 Ops/sec |
Object in | 6037593.5 Ops/sec |
Array.indexOf | 1294958.9 Ops/sec |
direct | 5907132.0 Ops/sec |
Array includes | 1290006.6 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 3821755.5 Ops/sec |
Reflect.has() | 3312389.8 Ops/sec |