(val)
| 2508 | } |
| 2509 | } |
| 2510 | #trackMutation(val) { |
| 2511 | if (this.reactivity.isTracking && val != null && typeof val === "object") { |
| 2512 | this.reactivity.trackProperty(val, "__mutation__"); |
| 2513 | } |
| 2514 | } |
| 2515 | resolveQuery(root, css) { |
| 2516 | if (this.reactivity.isTracking) this.reactivity.trackQuery(root); |
| 2517 | return root.querySelectorAll(css); |
no test coverage detected