Test case name | Result |
---|---|
Object.hasOwn | |
Set.prototype.has | |
Object.prototype.hasOwnProperty | |
in |
Test name | Executions per second |
---|---|
Object.hasOwn | 15110.4 Ops/sec |
Set.prototype.has | 15103.7 Ops/sec |
Object.prototype.hasOwnProperty | 15376.8 Ops/sec |
in | 15555.2 Ops/sec |