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