(context)
| 4894 | } |
| 4895 | } |
| 4896 | resolve(context) { |
| 4897 | var target = context.you || context.me; |
| 4898 | if (target) { |
| 4899 | if (this.variant === "computed") { |
| 4900 | return context.meta.runtime.resolveComputedStyle(target, this.name); |
| 4901 | } else { |
| 4902 | return context.meta.runtime.resolveStyle(target, this.name); |
| 4903 | } |
| 4904 | } |
| 4905 | } |
| 4906 | get lhs() { |
| 4907 | return {}; |
| 4908 | } |
nothing calls this directly
no test coverage detected