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

Method MemoryError

source/script.cpp:13060–13064  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13058}
13059
13060__declspec(noinline)
13061ResultType ResultToken::MemoryError()
13062{
13063 return Error(ERR_OUTOFMEM, nullptr, ErrorPrototype::Memory);
13064}
13065
13066ResultType MemoryError()
13067{

Callers 11

OnEventMethod · 0.80
VariadicCallFunction · 0.80
CallMethod · 0.80
CreateMethod · 0.80
BIF_DECLFunction · 0.80
RegExCalloutFunction · 0.80
RegExReplaceFunction · 0.80
TokenSetResultFunction · 0.80
BIF_DECLFunction · 0.80
IfExprMethod · 0.80
DynamicMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected