Test case name | Result |
---|---|
exist null | |
exist hasOwnProperty | |
nonexist null | |
nonexist hasOwnProperty | |
nonexist in | |
exist in |
Test name | Executions per second |
---|---|
exist null | 1046.5 Ops/sec |
exist hasOwnProperty | 358.3 Ops/sec |
nonexist null | 1122.9 Ops/sec |
nonexist hasOwnProperty | 346.2 Ops/sec |
nonexist in | 986.7 Ops/sec |
exist in | 978.5 Ops/sec |