Test name | Executions per second |
---|---|
Object.hasOwnProperty | 8505805.0 Ops/sec |
Object in | 8035561.5 Ops/sec |
Array.indexOf | 1413405.6 Ops/sec |
direct | 7953225.0 Ops/sec |
Array includes | 1414420.6 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 5398010.0 Ops/sec |
Reflect.has() | 4544987.5 Ops/sec |