Test name | Executions per second |
---|---|
Object.hasOwnProperty | 6822738.0 Ops/sec |
Object in | 6259995.0 Ops/sec |
Array.indexOf | 1300260.2 Ops/sec |
direct | 6400615.5 Ops/sec |
Array includes | 1314691.2 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 4179683.2 Ops/sec |
Reflect.has() | 3436786.2 Ops/sec |