| Test case name | Result |
|---|---|
| Object access | |
| Proxy access | |
| Proxy with get handler access | |
| Use of simple getter | |
| Use of defineProperty | |
| Proxy with get reflect handler access |
| Test name | Executions per second |
|---|---|
| Object access | 125948680.0 Ops/sec |
| Proxy access | 47683156.0 Ops/sec |
| Proxy with get handler access | 33231332.0 Ops/sec |
| Use of simple getter | 131628720.0 Ops/sec |
| Use of defineProperty | 122341152.0 Ops/sec |
| Proxy with get reflect handler access | 17665622.0 Ops/sec |