Searched defs:ThrowETSError (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ | ||
| D | interop_context.cpp | 218 void InteropCtx::ThrowETSError(EtsCoroutine *coro, napi_value val) in ThrowETSError() function in ark::ets::interop::js::InteropCtx |
| D | interop_context.h | 349 static void ThrowETSError(EtsCoroutine *coro, const std::string &msg) in ThrowETSError() function |