Test name | Executions per second |
---|---|
Object.hasOwnProperty | 8061253.0 Ops/sec |
Object in | 7204597.0 Ops/sec |
Array.indexOf | 1116538.4 Ops/sec |
direct | 7165064.5 Ops/sec |
Array includes | 948863.4 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 4862881.5 Ops/sec |
Reflect.has() | 3955666.2 Ops/sec |