(el)
| 7958 | } |
| 7959 | |
| 7960 | function processRef (el) { |
| 7961 | var ref = getBindingAttr(el, 'ref'); |
| 7962 | if (ref) { |
| 7963 | el.ref = ref; |
| 7964 | el.refInFor = checkInFor(el); |
| 7965 | } |
| 7966 | } |
| 7967 | |
| 7968 | function processFor (el) { |
| 7969 | var exp; |
no test coverage detected