Test name | Executions per second |
---|---|
Object.hasOwnProperty | 6227180.0 Ops/sec |
Object in | 5852497.0 Ops/sec |
Array.indexOf | 396920.9 Ops/sec |
direct | 6332873.5 Ops/sec |
Array includes | 263834.0 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 4348551.0 Ops/sec |
Reflect.has() | 4141820.8 Ops/sec |