Test name | Executions per second |
---|---|
Object.hasOwnProperty | 5103018.0 Ops/sec |
Object in | 4508571.5 Ops/sec |
Array.indexOf | 686683.2 Ops/sec |
direct | 4585518.5 Ops/sec |
Array includes | 693618.9 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 2947535.2 Ops/sec |
Reflect.has() | 2402618.2 Ops/sec |