Objective-C中的代码调起js代码的时候 FunctionInCocosThread里的代码没调用

Objective-C 中调用
Application::getInstance()->getScheduler()->performFunctionInCocosThread(={
se::ScriptEngine::getInstance()->evalString(jsCallStr.c_str() , -1 , ret);
});
函数体内的 se::ScriptEngine::getInstance()->evalString(jsCallStr.c_str() , -1 , ret); 代码没执行,可能是什么原因??