Test name | Executions per second |
---|---|
Object.hasOwnProperty | 2081606.4 Ops/sec |
Object in | 1804717.5 Ops/sec |
Array.indexOf | 423022.6 Ops/sec |
direct | 2254744.0 Ops/sec |
Array includes | 397132.3 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 979021.3 Ops/sec |
Reflect.has() | 756824.1 Ops/sec |