Test name | Executions per second |
---|---|
Object.hasOwnProperty | 8805165.0 Ops/sec |
Object in | 7976789.0 Ops/sec |
Array.indexOf | 1540566.8 Ops/sec |
direct | 7973098.0 Ops/sec |
Array includes | 1502814.1 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 5582044.5 Ops/sec |
Reflect.has() | 4620959.0 Ops/sec |