(owner, ctx)
| 233 | } |
| 234 | |
| 235 | addFeatures(owner, ctx) { |
| 236 | if (owner) { |
| 237 | Object.assign(ctx.locals, this.getHyperscriptFeatures(owner)); |
| 238 | this.addFeatures(owner.parentElement, ctx); |
| 239 | } |
| 240 | } |
| 241 | |
| 242 | // ================================================================= |
| 243 | // Symbol and property resolution |
no test coverage detected