Test name | Executions per second |
---|---|
Object.hasOwnProperty | 2237900.0 Ops/sec |
Object in | 2645031.2 Ops/sec |
Array.indexOf | 806416.7 Ops/sec |
direct | 2662043.8 Ops/sec |
Array includes | 808448.0 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 1771866.1 Ops/sec |
Reflect.has() | 1581815.1 Ops/sec |