Test case name | Result |
---|---|
instanceof | |
typeof | |
typeof no function | |
Object.prototype.toString.call == | |
Object.prototype.toString.call === |
Test name | Executions per second |
---|---|
instanceof | 9554441.0 Ops/sec |
typeof | 27036840.0 Ops/sec |
typeof no function | 13531331.0 Ops/sec |
Object.prototype.toString.call == | 9072113.0 Ops/sec |
Object.prototype.toString.call === | 9048240.0 Ops/sec |