Test name | Executions per second |
---|---|
Object.hasOwnProperty | 4573296.0 Ops/sec |
Object in | 4076736.8 Ops/sec |
Array.indexOf | 682072.3 Ops/sec |
direct | 4433721.0 Ops/sec |
Array includes | 681875.7 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 2854300.5 Ops/sec |
Reflect.has() | 2508427.8 Ops/sec |