MCPcopy Create free account
hub / github.com/DISTRHO/DPF / evaluateJS

Method evaluateJS

dgl/src/Window.cpp:435–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

433}
434
435void Window::evaluateJS(const char* const js)
436{
437 DISTRHO_SAFE_ASSERT_RETURN(pData->webViewHandle != nullptr,);
438
439 webViewEvaluateJS(pData->webViewHandle, js);
440}
441#endif
442
443void Window::repaint() noexcept

Callers

nothing calls this directly

Calls 1

webViewEvaluateJSFunction · 0.85

Tested by

no test coverage detected