Test name | Executions per second |
---|---|
Object.hasOwnProperty | 903288832.0 Ops/sec |
Object in | 1023497856.0 Ops/sec |
Array.indexOf | 702225.6 Ops/sec |
direct | 934947136.0 Ops/sec |
Array includes | 706639.4 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 931636416.0 Ops/sec |
Reflect.has() | 13095262.0 Ops/sec |