Test name | Executions per second |
---|---|
Object.hasOwnProperty | 4717844.5 Ops/sec |
Object in | 4247228.5 Ops/sec |
Array.indexOf | 1066023.4 Ops/sec |
direct | 4169770.8 Ops/sec |
Array includes | 1036092.1 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 2931352.0 Ops/sec |
Reflect.has() | 2533205.2 Ops/sec |