Lines Matching refs:Execute
49 ret = inter->Execute();
87 int32_t ScriptInterpreter::Execute()
90 UScriptStatementResult result = statements_->Execute(*this, context);
125 return function->Execute(*this, context, params);
176 INTERPRETER_LOGI(*this, context, "ExecuteNativeFunc::Execute %s ", name.c_str());
189 int32_t ret = instruction->Execute(*scriptManager_->GetScriptEnv(name), *funcContext.get());
195 INTERPRETER_LOGI(*this, context, "ExecuteNativeFunc::Execute %s result: %d", name.c_str(), ret);
200 UScriptValuePtr result = id->Execute(*this, context);
202 INTERPRETER_LOGI(*this, context, "ExecuteNativeFunc::Execute %s ", name.c_str());
216 int32_t ret = instruction->Execute(*scriptManager_->GetScriptEnv(name), *funcContext.get());
217 INTERPRETER_LOGI(*this, context, "ExecuteNativeFunc::Execute %s result: %d", name.c_str(), ret);