()
| 8796 | |
| 8797 | // pixels caching |
| 8798 | function resetContext() { |
| 8799 | if(isContextReplaced) { |
| 8800 | curContext = originalContext; |
| 8801 | isContextReplaced = false; |
| 8802 | |
| 8803 | p.updatePixels(); |
| 8804 | } |
| 8805 | } |
| 8806 | function SetPixelContextWrapper() { |
| 8807 | function wrapFunction(newContext, name) { |
| 8808 | function wrapper() { |
no outgoing calls
no test coverage detected