Commit 7d0e9a5
committed
src: move BaseObject subclass dtors out of node_crypto.h
Move destructors for subclasses of `BaseObject` from node_crypto.h
to node_crypto.cc. This removes the need to include base_object-inl.h
when using node_crypto.h in some cases.1 parent 51ccf1b commit 7d0e9a5
2 files changed
Lines changed: 15 additions & 14 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
531 | 531 | | |
532 | 532 | | |
533 | 533 | | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
534 | 537 | | |
535 | 538 | | |
536 | 539 | | |
| |||
4716 | 4719 | | |
4717 | 4720 | | |
4718 | 4721 | | |
| 4722 | + | |
| 4723 | + | |
| 4724 | + | |
| 4725 | + | |
4719 | 4726 | | |
4720 | 4727 | | |
4721 | 4728 | | |
| |||
5956 | 5963 | | |
5957 | 5964 | | |
5958 | 5965 | | |
| 5966 | + | |
5959 | 5967 | | |
5960 | 5968 | | |
5961 | 5969 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
| 85 | + | |
88 | 86 | | |
89 | 87 | | |
90 | 88 | | |
| |||
588 | 586 | | |
589 | 587 | | |
590 | 588 | | |
591 | | - | |
| 589 | + | |
592 | 590 | | |
| 591 | + | |
| 592 | + | |
593 | 593 | | |
594 | 594 | | |
595 | 595 | | |
| |||
613 | 613 | | |
614 | 614 | | |
615 | 615 | | |
616 | | - | |
617 | | - | |
618 | | - | |
619 | | - | |
620 | | - | |
621 | 616 | | |
622 | 617 | | |
623 | 618 | | |
| |||
790 | 785 | | |
791 | 786 | | |
792 | 787 | | |
793 | | - | |
| 788 | + | |
794 | 789 | | |
795 | | - | |
796 | | - | |
797 | | - | |
| 790 | + | |
798 | 791 | | |
799 | 792 | | |
800 | 793 | | |
| |||
0 commit comments