()
| 3795 | return 268435456 & this.bg; |
| 3796 | } |
| 3797 | updateExtended() { |
| 3798 | this.extended.isEmpty() ? this.bg &= -268435457 : this.bg |= 268435456; |
| 3799 | } |
| 3800 | getUnderlineColor() { |
| 3801 | if (268435456 & this.bg && ~this.extended.underlineColor) switch (50331648 & this.extended.underlineColor) { |
| 3802 | case 16777216: |
no test coverage detected