Test name | Executions per second |
---|---|
prototype function + "this" | 2654912.0 Ops/sec |
object function + closure | 2217057.5 Ops/sec |
capture method | 2274374.2 Ops/sec |
bind function | 2296712.8 Ops/sec |
wrap function | 1828343.2 Ops/sec |
prototype function + "this" (remove 1 scope) | 2567027.5 Ops/sec |