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