Test name | Executions per second |
---|---|
Object.hasOwnProperty | 3989918.8 Ops/sec |
Object in | 3715353.5 Ops/sec |
Array.indexOf | 965469.9 Ops/sec |
direct | 3481579.0 Ops/sec |
Array includes | 813946.5 Ops/sec |
Object.prototype.hasOwnProperty.call(this.storeIndex, index) | 2249290.5 Ops/sec |
Reflect.has() | 1855433.6 Ops/sec |