| 12707 | |
| 12708 | |
| 12709 | ResultType Line::SetLastErrorMaybeThrow(bool aError, DWORD aLastError) |
| 12710 | { |
| 12711 | g->LastError = aLastError; // Set this unconditionally. |
| 12712 | return aError ? g_script.Win32Error(aLastError) : OK; |
| 12713 | } |
| 12714 | |
| 12715 | void ResultToken::SetLastErrorMaybeThrow(bool aError, DWORD aLastError) |
| 12716 | { |
no test coverage detected