mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Whitespace
This commit is contained in:
parent
1e6bbb8da9
commit
95a3f0b039
7 changed files with 103 additions and 103 deletions
|
|
@ -1895,7 +1895,7 @@ var JavascriptEngine::callFunctionObject (DynamicObject* objectScope, const var&
|
|||
prepareTimeout();
|
||||
if (result != nullptr) *result = Result::ok();
|
||||
RootObject::Scope rootScope ({}, *root, *root);
|
||||
RootObject::Scope (&rootScope, *root, DynamicObject::Ptr (objectScope))
|
||||
RootObject::Scope (&rootScope, *root, DynamicObject::Ptr (objectScope))
|
||||
.invokeMethod (functionObject, args, returnVal);
|
||||
}
|
||||
catch (String& error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue