Test case name | Result |
---|---|
Object.prototype.hasOwnProperty | |
obj.hasOwnProperty | |
Object.hasOwn | |
in obj |
Test name | Executions per second |
---|---|
Object.prototype.hasOwnProperty | 4213763.5 Ops/sec |
obj.hasOwnProperty | 7794651.5 Ops/sec |
Object.hasOwn | 3983933.0 Ops/sec |
in obj | 8092113.5 Ops/sec |