Test name | Executions per second |
---|---|
Object.hasOwnProperty | 1831670016.0 Ops/sec |
Object in | 1577928832.0 Ops/sec |
Array.indexOf | 1143328.8 Ops/sec |
direct | 1657676800.0 Ops/sec |
Array includes | 1166968.8 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 1768620800.0 Ops/sec |
Reflect.has() | 44088600.0 Ops/sec |