| Test case name | Result |
|---|---|
| == | |
| === | |
| == str | |
| === str | |
| == true | |
| == null | |
| === null | |
| === true | |
| == str with str | |
| === str with str | |
| == str with number | |
| === str with number | |
| obj to bool | |
| bool to bool | |
| arr to bool | |
| str to bool | |
| null to bool | |
| null == undefined | |
| undefined == null |
This benchmark does not have any results yet. Be the first one to run it!