(name)
| 10531 | return null; |
| 10532 | } |
| 10533 | findForwardPreHook(name) { |
| 10534 | for (const pre_hook of this._forward_pre_hooks) { |
| 10535 | if (name === pre_hook.name()) { |
| 10536 | return pre_hook; |
| 10537 | } |
| 10538 | } |
| 10539 | return null; |
| 10540 | } |
| 10541 | numAttributes() { |
| 10542 | return this._attributes.length; |
| 10543 | } |