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