| 12613 | |
| 12614 | |
| 12615 | ResultType Line::ThrowRuntimeException(LPCTSTR aErrorText, LPCTSTR aExtraInfo) |
| 12616 | { |
| 12617 | return g_script.ThrowRuntimeException(aErrorText, aExtraInfo, this, FAIL); |
| 12618 | } |
| 12619 | |
| 12620 | ResultType Script::ThrowRuntimeException(LPCTSTR aErrorText, LPCTSTR aExtraInfo |
| 12621 | , Line *aLine, ResultType aErrorType, Object *aPrototype) |
no test coverage detected