Test name | Executions per second |
---|---|
Object.hasOwnProperty | 1360502.8 Ops/sec |
Object in | 1236140.1 Ops/sec |
Array.indexOf | 229238.9 Ops/sec |
direct | 1249087.0 Ops/sec |
Array includes | 228992.8 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 853728.2 Ops/sec |
Reflect.has() | 772145.6 Ops/sec |