Test name | Executions per second |
---|---|
Object.hasOwnProperty | 24573332.0 Ops/sec |
Object in | 20496688.0 Ops/sec |
Array.indexOf | 1404288.9 Ops/sec |
direct | 20077658.0 Ops/sec |
Array includes | 1405484.0 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 19807456.0 Ops/sec |
Reflect.has() | 8766198.0 Ops/sec |