Test name | Executions per second |
---|---|
Object.hasOwnProperty | 2708706.2 Ops/sec |
Object in | 2444100.8 Ops/sec |
Array.indexOf | 650504.8 Ops/sec |
direct | 2491431.8 Ops/sec |
Array includes | 651152.3 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 1636706.9 Ops/sec |
Reflect.has() | 1394170.9 Ops/sec |