(context)
| 126404 | MonotoneX.prototype.point.call(this, y, x); |
| 126405 | }; |
| 126406 | function ReflectContext(context) { |
| 126407 | this._context = context; |
| 126408 | } |
| 126409 | ReflectContext.prototype = { |
| 126410 | moveTo: function(x, y) { |
| 126411 | this._context.moveTo(y, x); |
nothing calls this directly
no outgoing calls
no test coverage detected