Test name | Executions per second |
---|---|
Object.hasOwnProperty | 915512.9 Ops/sec |
Object in | 872461.9 Ops/sec |
Array.indexOf | 169528.5 Ops/sec |
direct | 670187.1 Ops/sec |
Array includes | 132864.4 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 601937.8 Ops/sec |
Reflect.has() | 482134.2 Ops/sec |