Test case name | Result |
---|---|
prototype function + "this" | |
object function + closure | |
capture method | |
bind function | |
wrap function | |
prototype function + "this" (remove 1 scope) |
Test name | Executions per second |
---|---|
prototype function + "this" | 306281984.0 Ops/sec |
object function + closure | 148630272.0 Ops/sec |
capture method | 145425712.0 Ops/sec |
bind function | 130681192.0 Ops/sec |
wrap function | 148726864.0 Ops/sec |
prototype function + "this" (remove 1 scope) | 178469824.0 Ops/sec |