Test name | Executions per second |
---|---|
Object.hasOwnProperty | 4003267.0 Ops/sec |
Object in | 3747899.0 Ops/sec |
Array.indexOf | 1042107.1 Ops/sec |
direct | 3737019.8 Ops/sec |
Array includes | 979968.5 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 2406492.0 Ops/sec |
Reflect.has() | 2101659.8 Ops/sec |