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:
parent
9c8a2b9609
commit
58dcf68c53
4 changed files with 48 additions and 48 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue