Test name | Executions per second |
---|---|
Object.hasOwnProperty | 10071671.0 Ops/sec |
Object in | 9332972.0 Ops/sec |
Array.indexOf | 723949.0 Ops/sec |
direct | 10231506.0 Ops/sec |
Array includes | 327527.1 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 6578218.5 Ops/sec |
Reflect.has() | 6277500.0 Ops/sec |