Test case name | Result |
---|---|
Using `in` | |
Using `hasOwn()` | |
Using `hasOwnProperty()` | |
Using `undefined` check |
Test name | Executions per second |
---|---|
Using `in` | 11995021.0 Ops/sec |
Using `hasOwn()` | 4204368.5 Ops/sec |
Using `hasOwnProperty()` | 10830504.0 Ops/sec |
Using `undefined` check | 4211546.5 Ops/sec |