( el, name, rawName, value, arg, modifiers )
| 5460 | } |
| 5461 | |
| 5462 | function addDirective ( |
| 5463 | el, |
| 5464 | name, |
| 5465 | rawName, |
| 5466 | value, |
| 5467 | arg, |
| 5468 | modifiers |
| 5469 | ) { |
| 5470 | (el.directives || (el.directives = [])).push({ name: name, rawName: rawName, value: value, arg: arg, modifiers: modifiers }); |
| 5471 | } |
| 5472 | |
| 5473 | function addHandler ( |
| 5474 | el, |