| 419 | } |
| 420 | |
| 421 | void Surface::invalidateFunctionCallValues() { |
| 422 | if (_componentManager != nullptr) { |
| 423 | BatchScope batchScope(_virtualDom->batchGuard()); |
| 424 | _componentManager->invalidateFunctionCallValues(); |
| 425 | } |
| 426 | } |
| 427 | |
| 428 | } // namespace agenui |