Test name | Executions per second |
---|---|
Object.hasOwnProperty | 3373923.2 Ops/sec |
Object in | 3146680.0 Ops/sec |
Array.indexOf | 861013.1 Ops/sec |
direct | 3131018.8 Ops/sec |
Array includes | 833871.2 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 2088129.0 Ops/sec |
Reflect.has() | 1743314.9 Ops/sec |