variable vs this.property vs window.property vs this.variable vs window.variable| Test case name | Result |
|---|---|
| variable | |
| this.property | |
| window.property | |
| this.variable | |
| window.variable |
| Test name | Executions per second |
|---|---|
| ✓ variable | 3,371,403 Ops/sec |
| window.variable | 2,933,010 Ops/sec |
| window.property | 2,925,564 Ops/sec |
| this.property | 288,962 Ops/sec |
| this.variable | 230,293 Ops/sec |