Test name | Executions per second |
---|---|
Object.hasOwnProperty | 2452355.0 Ops/sec |
Object in | 2158096.8 Ops/sec |
Array.indexOf | 683305.2 Ops/sec |
direct | 2196765.2 Ops/sec |
Array includes | 681041.4 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 1527065.4 Ops/sec |
Reflect.has() | 1372949.8 Ops/sec |