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

Method ParamError

source/script.cpp:13144–13148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13142}
13143
13144__declspec(noinline)
13145ResultType ResultToken::ParamError(int aIndex, ExprTokenType *aParam)
13146{
13147 return ParamError(aIndex, aParam, nullptr, nullptr);
13148}
13149
13150__declspec(noinline)
13151ResultType ResultToken::ParamError(int aIndex, ExprTokenType *aParam, LPCTSTR aExpectedType)

Callers 5

AddControlMethod · 0.80
ParseMoveParamsMethod · 0.80
CallMethod · 0.80
SetCapacityMethod · 0.80
BIF_DECLFunction · 0.80

Calls 4

ctolowerFunction · 0.85
TokenTypeAndValueFunction · 0.85
sntprintfFunction · 0.85
WhatThrewMethod · 0.80

Tested by

no test coverage detected