Test case name | Result |
---|---|
instanceof | |
typeof | |
typeof no function | |
typeof obj or string | |
new Ojb | |
string or obj |
Test name | Executions per second |
---|---|
instanceof | 129415968.0 Ops/sec |
typeof | 1445575296.0 Ops/sec |
typeof no function | 712616832.0 Ops/sec |
typeof obj or string | 717184768.0 Ops/sec |
new Ojb | 1102101632.0 Ops/sec |
string or obj | 43195492.0 Ops/sec |