Test name | Executions per second |
---|---|
Object.hasOwnProperty | 7703564.0 Ops/sec |
Object in | 7518971.0 Ops/sec |
Array.indexOf | 1136205.2 Ops/sec |
direct | 7594748.5 Ops/sec |
Array includes | 1123563.5 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 4994784.5 Ops/sec |
Reflect.has() | 4251516.0 Ops/sec |