Test name | Executions per second |
---|---|
Object.hasOwnProperty | 5473032.0 Ops/sec |
Object in | 4671675.5 Ops/sec |
Array.indexOf | 1068224.2 Ops/sec |
direct | 4440650.5 Ops/sec |
Array includes | 1124559.4 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 2880246.0 Ops/sec |
Reflect.has() | 2188013.0 Ops/sec |