(context)
| 4856 | return new _AttributeRef(name, css, value); |
| 4857 | } |
| 4858 | resolve(context) { |
| 4859 | var target = context.you || context.me; |
| 4860 | if (target) { |
| 4861 | return context.meta.runtime.resolveAttribute(target, this.name); |
| 4862 | } |
| 4863 | } |
| 4864 | get lhs() { |
| 4865 | return {}; |
| 4866 | } |
nothing calls this directly
no test coverage detected