(context)
| 5237 | } |
| 5238 | } |
| 5239 | resolve(context) { |
| 5240 | var target = context.you || context.me; |
| 5241 | if (target) { |
| 5242 | if (this.variant === "computed") { |
| 5243 | return context.meta.runtime.resolveComputedStyle(target, this.name); |
| 5244 | } else { |
| 5245 | return context.meta.runtime.resolveStyle(target, this.name); |
| 5246 | } |
| 5247 | } |
| 5248 | } |
| 5249 | get lhs() { |
| 5250 | return {}; |
| 5251 | } |
nothing calls this directly
no test coverage detected