Test name | Executions per second |
---|---|
Object.hasOwnProperty | 8495298.0 Ops/sec |
Object in | 8224507.5 Ops/sec |
Array.indexOf | 1582694.2 Ops/sec |
direct | 8324328.0 Ops/sec |
Array includes | 1603599.1 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 5448516.5 Ops/sec |
Reflect.has() | 4542407.0 Ops/sec |