Test name | Executions per second |
---|---|
Object.hasOwnProperty | 5123572.5 Ops/sec |
Object in | 4989545.0 Ops/sec |
Array.indexOf | 705154.9 Ops/sec |
direct | 4931197.0 Ops/sec |
Array includes | 704797.2 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 3435177.8 Ops/sec |
Reflect.has() | 2806832.5 Ops/sec |