Test name | Executions per second |
---|---|
Object.hasOwnProperty | 3365495.8 Ops/sec |
Object in | 3052140.5 Ops/sec |
Array.indexOf | 173036.5 Ops/sec |
direct | 3140713.8 Ops/sec |
Array includes | 102458.5 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 2236848.2 Ops/sec |
Reflect.has() | 2106457.8 Ops/sec |