Commit f87952129e5b803c7e306d02e868e37976542440
- Diff rendering mode:
- inline
- side by side
core/scripting/ds485scriptextension.cpp
(1 / 1)
|   | |||
| 119 | 119 | } | |
| 120 | 120 | goOn = _callbackObject->callFunctionByReference<bool>(_function, paramList); | |
| 121 | 121 | } | |
| 122 | //JS_GC(cx); | ||
| 122 | JS_GC(cx); | ||
| 123 | 123 | req.endRequest(); | |
| 124 | 124 | //JS_ClearContextThread(cx); | |
| 125 | 125 | } catch(ScriptException& e) { |

