(newContext, name)
| 8805 | } |
| 8806 | function SetPixelContextWrapper() { |
| 8807 | function wrapFunction(newContext, name) { |
| 8808 | function wrapper() { |
| 8809 | resetContext(); |
| 8810 | curContext[name].apply(curContext, arguments); |
| 8811 | } |
| 8812 | newContext[name] = wrapper; |
| 8813 | } |
| 8814 | function wrapProperty(newContext, name) { |
| 8815 | function getter() { |
| 8816 | resetContext(); |
no outgoing calls
no test coverage detected