Test case name | Result |
---|---|
undefined | |
typeof | |
in | |
hasOwnProperty | |
bool | |
hasOwn | |
prototype.hasOwnProperty |
Test name | Executions per second |
---|---|
undefined | 60.0 Ops/sec |
typeof | 192.5 Ops/sec |
in | 193.3 Ops/sec |
hasOwnProperty | 174.3 Ops/sec |
bool | 192.9 Ops/sec |
hasOwn | 57.3 Ops/sec |
prototype.hasOwnProperty | 55.8 Ops/sec |