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

Method FreeExceptionToken

source/script.cpp:13289–13297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13287
13288
13289void Script::FreeExceptionToken(ResultToken*& aToken)
13290{
13291 // Release any potential content the token may hold
13292 aToken->Free();
13293 // Free the token itself.
13294 delete aToken;
13295 // Clear caller's variable.
13296 aToken = NULL;
13297}
13298
13299
13300

Callers 7

DeleteMethod · 0.80
AutoExecSectionMethod · 0.80
ExecUntilMethod · 0.80
InvokeMethod · 0.80
ParsePropertyNameMethod · 0.80
WriteDynamicPropertyMethod · 0.80
ResumeUnderlyingThreadFunction · 0.80

Calls 1

FreeMethod · 0.45

Tested by

no test coverage detected