| 751 | if (_javaScriptRuntime != nullptr) { |
| 752 | // Push the resolution-teardown-degrade kill switch down to the JS runtime so it can be read |
| 753 | // during teardown, when the listener (this Runtime) is no longer reachable. |
| 754 | _javaScriptRuntime->setResolutionTeardownDegradeEnabled( |
| 755 | runtimeTweaks != nullptr ? runtimeTweaks->enableResolutionTeardownDegrade() : true); |
| 756 | } |
| 757 | } |
| 758 |
no outgoing calls
no test coverage detected