(context)
| 5199 | return new _AttributeRef(name, css, value); |
| 5200 | } |
| 5201 | resolve(context) { |
| 5202 | var target = context.you || context.me; |
| 5203 | if (target) { |
| 5204 | return context.meta.runtime.resolveAttribute(target, this.name); |
| 5205 | } |
| 5206 | } |
| 5207 | get lhs() { |
| 5208 | return {}; |
| 5209 | } |
nothing calls this directly
no test coverage detected