Test name | Executions per second |
---|---|
Object.hasOwnProperty | 1660160.9 Ops/sec |
Object in | 1593799.5 Ops/sec |
Array.indexOf | 306680.0 Ops/sec |
direct | 1088461.8 Ops/sec |
Array includes | 271870.5 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 747571.8 Ops/sec |
Reflect.has() | 718146.7 Ops/sec |