(val)
| 496 | } |
| 497 | |
| 498 | #trackMutation(val) { |
| 499 | if (this.reactivity.isTracking && val != null && typeof val === "object") { |
| 500 | this.reactivity.trackProperty(val, "__mutation__"); |
| 501 | } |
| 502 | } |
| 503 | |
| 504 | resolveQuery(root, css) { |
| 505 | if (this.reactivity.isTracking) this.reactivity.trackQuery(root); |
no test coverage detected