(param, val)
| 17 | var userContext, |
| 18 | userInstance, |
| 19 | pipe = function (param, val) { |
| 20 | param.value = val; |
| 21 | }, |
| 22 | Super = Object.create(null, { |
| 23 | activate: { |
| 24 | writable: true, |
nothing calls this directly
no outgoing calls
no test coverage detected