Test name | Executions per second |
---|---|
Object.hasOwnProperty | 1674059.0 Ops/sec |
Object in | 1521003.0 Ops/sec |
Array.indexOf | 616161.6 Ops/sec |
direct | 1667975.5 Ops/sec |
Array includes | 543225.9 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 1205698.1 Ops/sec |
Reflect.has() | 1008614.2 Ops/sec |