Test name | Executions per second |
---|---|
Object.hasOwnProperty | 7551760.0 Ops/sec |
Object in | 7103163.5 Ops/sec |
Array.indexOf | 1372602.4 Ops/sec |
direct | 6853402.0 Ops/sec |
Array includes | 1368653.8 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 4488017.5 Ops/sec |
Reflect.has() | 3426962.2 Ops/sec |