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

Function MemoryError

source/script.cpp:13066–13069  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13064}
13065
13066ResultType MemoryError()
13067{
13068 return g_script.RuntimeError(ERR_OUTOFMEM, nullptr, FAIL, nullptr, ErrorPrototype::Memory);
13069}
13070
13071void SimpleHeap::CriticalFail()
13072{

Callers 15

PrepareForWriteMethod · 0.85
ControlSetNameMethod · 0.85
SetNameMethod · 0.85
ExpandExpressionMethod · 0.85
ExpandSingleArgMethod · 0.85
ExpandArgsMethod · 0.85
UpdateOrCreateTimerMethod · 0.85
PushMethod · 0.85
AddVarMethod · 0.85
FindOrAddBuiltInVarMethod · 0.85
ExecUntilMethod · 0.85

Calls 1

RuntimeErrorMethod · 0.80

Tested by

no test coverage detected