Test name | Executions per second |
---|---|
Object.hasOwnProperty | 6604528.0 Ops/sec |
Object in | 6025404.0 Ops/sec |
Array.indexOf | 1284437.0 Ops/sec |
direct | 5927770.5 Ops/sec |
Array includes | 1278366.8 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 3904334.8 Ops/sec |
Reflect.has() | 3357831.2 Ops/sec |