Test name | Executions per second |
---|---|
Object.hasOwnProperty | 3303903.5 Ops/sec |
Object in | 3001429.5 Ops/sec |
Array.indexOf | 683779.6 Ops/sec |
direct | 3090414.8 Ops/sec |
Array includes | 678675.5 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 1991047.5 Ops/sec |
Reflect.has() | 1683363.9 Ops/sec |