Test name | Executions per second |
---|---|
Object.hasOwnProperty | 3805283.0 Ops/sec |
Object in | 3457305.5 Ops/sec |
Array.indexOf | 901142.9 Ops/sec |
direct | 3518843.5 Ops/sec |
Array includes | 840896.1 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 2296647.2 Ops/sec |
Reflect.has() | 2039183.6 Ops/sec |