Test name | Executions per second |
---|---|
Object.hasOwnProperty | 863737856.0 Ops/sec |
Object in | 958741056.0 Ops/sec |
Array.indexOf | 836976.8 Ops/sec |
direct | 1192298880.0 Ops/sec |
Array includes | 1144248.4 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 827597632.0 Ops/sec |
Reflect.has() | 13709051.0 Ops/sec |