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

Method Error

source/script.cpp:13025–13031  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13023
13024
13025__declspec(noinline)
13026ResultType ResultToken::Error(LPCTSTR aErrorText)
13027{
13028 // Defining this overload separately rather than making aErrorInfo optional reduces code size
13029 // by not requiring the compiler to 'push' the second parameter's default value at each call site.
13030 return Error(aErrorText, _T(""));
13031}
13032
13033__declspec(noinline)
13034ResultType ResultToken::Error(LPCTSTR aErrorText, LPCTSTR aExtraInfo)

Callers 13

ControlSetChoiceMethod · 0.80
CallMethod · 0.80
CreateMethod · 0.80
ConstructMethod · 0.80
GetObjectIntPropertyFunction · 0.80
DetermineTargetWindowFunction · 0.80
DetermineTargetControlFunction · 0.80
RegExCalloutFunction · 0.80
get_compiled_regexFunction · 0.80
RegExReplaceFunction · 0.80
BIF_DECLFunction · 0.80
ComErrorFunction · 0.80

Calls 1

RuntimeErrorMethod · 0.80

Tested by

no test coverage detected