Test name | Executions per second |
---|---|
Object.hasOwnProperty | 3582708.5 Ops/sec |
Object in | 3224092.0 Ops/sec |
Array.indexOf | 717535.6 Ops/sec |
direct | 3276676.8 Ops/sec |
Array includes | 716701.2 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 2246540.2 Ops/sec |
Reflect.has() | 1905937.2 Ops/sec |