Test case name | Result |
---|---|
Object.hasOwn | |
Set.prototype.has | |
Object.prototype.hasOwnProperty | |
in |
Test name | Executions per second |
---|---|
Object.hasOwn | 6889.0 Ops/sec |
Set.prototype.has | 12349.8 Ops/sec |
Object.prototype.hasOwnProperty | 11727.0 Ops/sec |
in | 12248.0 Ops/sec |