Test name | Executions per second |
---|---|
Object.hasOwnProperty | 2810653.0 Ops/sec |
Object in | 2411514.5 Ops/sec |
Array.indexOf | 674479.1 Ops/sec |
direct | 2363449.5 Ops/sec |
Array includes | 671357.1 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 1473876.4 Ops/sec |
Reflect.has() | 1339491.9 Ops/sec |