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

Method SetBase

source/script_object.cpp:977–983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975
976
977ResultType Object::SetBase(Object *aNewBase, ResultToken &aResultToken)
978{
979 if (!CanSetBase(aNewBase))
980 return aResultToken.ValueError(ERR_INVALID_BASE);
981 SetBase(aNewBase);
982 return OK;
983}
984
985
986//

Callers 11

DefineControlClassesMethod · 0.45
AddControlMethod · 0.45
CreateMethod · 0.45
CloneToMethod · 0.45
CreateClassMethod · 0.45
CreatePrototypeMethod · 0.45
DefineClassMethod · 0.45
CreateMethod · 0.45
OpenMethod · 0.45
BIF_DECLFunction · 0.45

Calls 1

ValueErrorMethod · 0.80

Tested by

no test coverage detected