| 2665 | |
| 2666 | |
| 2667 | ResultType IObjectPtr::ExecuteInNewThread(TCHAR *aNewThreadDesc, ExprTokenType *aParamValue, int aParamCount, __int64 *aRetVal) const |
| 2668 | { |
| 2669 | DEBUGGER_STACK_PUSH(aNewThreadDesc) |
| 2670 | ResultType result = CallMethod(mObject, mObject, nullptr, aParamValue, aParamCount, aRetVal); |
| 2671 | DEBUGGER_STACK_POP() |
| 2672 | return result; |
| 2673 | } |
| 2674 | |
| 2675 | |
| 2676 | Func *IObjectPtr::ToFunc() const |
no test coverage detected