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

Function ValueError

source/script.cpp:13088–13092  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13086}
13087
13088__declspec(noinline)
13089ResultType ValueError(LPCTSTR aErrorText, LPCTSTR aExtraInfo, ResultType aErrorType)
13090{
13091 return g_script.RuntimeError(aErrorText, aExtraInfo, aErrorType, nullptr, ErrorPrototype::Value);
13092}
13093
13094__declspec(noinline)
13095ResultType ResultToken::UnknownMemberError(ExprTokenType &aObject, int aFlags, LPCTSTR aMember)

Callers 15

ControlChooseMethod · 0.85
ParseOptionsMethod · 0.85
ControlParseOptionsMethod · 0.85
ShowMethod · 0.85
FindOrCreateFontMethod · 0.85
FindGroupMethod · 0.85
AddGroupMethod · 0.85
UpdateOptionsMethod · 0.85
TrayTipParseOptionsFunction · 0.85
MsgBoxParseOptionsFunction · 0.85
InputBoxParseOptionsFunction · 0.85
SetCoordModeMethod · 0.85

Calls 1

RuntimeErrorMethod · 0.80

Tested by

no test coverage detected