Searched refs:SetLastError (Results 1 – 3 of 3) sorted by relevance
34 ((NativeEngine*)env)->SetLastError(error_code, engine_error_code, engine_reserved);
209 void SetLastError(int errorCode, uint32_t engineErrorCode = 0, void* engineReserved = nullptr);
361 void NativeEngine::SetLastError(int errorCode, uint32_t engineErrorCode, void* engineReserved) in SetLastError() function in NativeEngine