| 13069 | } |
| 13070 | |
| 13071 | void SimpleHeap::CriticalFail() |
| 13072 | { |
| 13073 | g_script.CriticalError(ERR_OUTOFMEM); |
| 13074 | } |
| 13075 | |
| 13076 | __declspec(noinline) |
| 13077 | ResultType ResultToken::ValueError(LPCTSTR aErrorText) |
nothing calls this directly
no test coverage detected