| 976 | } |
| 977 | |
| 978 | void ScriptEngine::mainLoopUpdate() { |
| 979 | // empty implementation |
| 980 | } |
| 981 | |
| 982 | bool ScriptEngine::callFunction(Object *targetObj, const char *funcName, uint32_t argc, Value *args, Value *rval /* = nullptr*/) { |
| 983 | v8::HandleScope const handleScope(_isolate); |