1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-11 23:54:18 +00:00

Javascript: Fix eventual timeout when calling JSObject::invokeMethod repeatedly

This commit is contained in:
attila 2025-02-11 11:24:20 +01:00
parent 9c8a2b9609
commit 58dcf68c53
4 changed files with 48 additions and 48 deletions

View file

@ -57,7 +57,7 @@ public:
To create a new JSObject pointing at the root object of the engine's context use
JavascriptEngine::getRootObject().
*/
explicit JSObject (const detail::QuickJSWrapper* engine);
explicit JSObject (detail::QuickJSWrapper* engine);
/** Destructor. */
~JSObject();