MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ThrowRuntimeException

Method ThrowRuntimeException

source/script.cpp:12615–12618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 3

ExecUntilMethod · 0.80
script2.cppFile · 0.80
GetDllProcAddressFunction · 0.80

Calls 1

Tested by

no test coverage detected