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