()
| 8813 | } |
| 8814 | function wrapProperty(newContext, name) { |
| 8815 | function getter() { |
| 8816 | resetContext(); |
| 8817 | return curContext[name]; |
| 8818 | } |
| 8819 | function setter(value) { |
| 8820 | resetContext(); |
| 8821 | curContext[name] = value; |
nothing calls this directly
no test coverage detected