()
| 3781 | } |
| 3782 | } |
| 3783 | getBgColor() { |
| 3784 | switch (50331648 & this.bg) { |
| 3785 | case 16777216: |
| 3786 | case 33554432: |
| 3787 | return 255 & this.bg; |
| 3788 | case 50331648: |
| 3789 | return 16777215 & this.bg; |
| 3790 | default: |
| 3791 | return -1; |
| 3792 | } |
| 3793 | } |
| 3794 | hasExtendedAttrs() { |
| 3795 | return 268435456 & this.bg; |
| 3796 | } |
no outgoing calls
no test coverage detected