Home
last modified time | relevance | path

Searched defs:ThrowEtsException (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_exceptions.h33 inline void ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, const char… in ThrowEtsException() function
39 inline void ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, std::strin… in ThrowEtsException() function
Dets_exceptions.cpp139 void ThrowEtsException(EtsCoroutine *coroutine, const char *classDescriptor, const char *msg) in ThrowEtsException() function