Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dinterop_context.cpp218 void InteropCtx::ThrowETSError(EtsCoroutine *coro, napi_value val) in ThrowETSError() function in ark::ets::interop::js::InteropCtx
261 void InteropCtx::ThrowETSError(EtsCoroutine *coro, const char *msg) in ThrowETSError() function in ark::ets::interop::js::InteropCtx
Dinterop_context.h349 static void ThrowETSError(EtsCoroutine *coro, const std::string &msg) in ThrowETSError() function