| 546 | }); |
| 547 | } |
| 548 | |
| 549 | void Runtime::onViewNodeTreeLayoutBecameDirty(ViewNodeTree& viewNodeTree) { |
| 550 | if (_listener != nullptr) { |
| 551 | _listener->onContextLayoutBecameDirty(*this, viewNodeTree.getContext()); |
| 552 | } |
| 553 | } |
| 554 | |
| 555 | void Runtime::runWithExclusiveJsThreadLock(DispatchFunction&& cb) { |
no test coverage detected