Test name | Executions per second |
---|---|
Object.hasOwnProperty | 1743774.6 Ops/sec |
Object in | 1630779.9 Ops/sec |
Array.indexOf | 348089.6 Ops/sec |
direct | 1592087.5 Ops/sec |
Array includes | 346461.9 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 1255802.9 Ops/sec |
Reflect.has() | 1049207.2 Ops/sec |