MCPcopy Create free account
hub / github.com/AutoHotkey/AutoHotkey / ~BoundFunc

Method ~BoundFunc

source/script_object.cpp:2605–2610  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2603}
2604
2605BoundFunc::~BoundFunc()
2606{
2607 mFunc->Release();
2608 mParams->Release();
2609 free(mMember);
2610}
2611
2612
2613bool Closure::Call(ResultToken &aResultToken, ExprTokenType *aParam[], int aParamCount)

Callers

nothing calls this directly

Calls 1

ReleaseMethod · 0.45

Tested by

no test coverage detected