Test name | Executions per second |
---|---|
Object.hasOwnProperty | 6461177.5 Ops/sec |
Object in | 5289700.5 Ops/sec |
Array.indexOf | 408582.3 Ops/sec |
direct | 5250927.5 Ops/sec |
Array includes | 418589.9 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 4390761.0 Ops/sec |
Reflect.has() | 3586394.2 Ops/sec |