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