Searched defs:ThrowException (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/runtime_core/runtime/ |
| D | language_context.cpp | 69 void LanguageContextBase::ThrowException([[maybe_unused]] ManagedThread *thread, in ThrowException() function in panda::LanguageContextBase
|
| D | exceptions.cpp | 38 void ThrowException(const LanguageContext &ctx, ManagedThread *thread, const uint8_t *mutf8_name, in ThrowException() function
|
| /arkcompiler/runtime_core/runtime/core/ |
| D | core_language_context.cpp | 43 void CoreLanguageContext::ThrowException(ManagedThread *thread, const uint8_t *mutf8_name, in ThrowException() function in panda::CoreLanguageContext
|
| /arkcompiler/toolchain/tooling/backend/ |
| D | debugger_executor.cpp | 123 void DebuggerExecutor::ThrowException(const EcmaVM *vm, const std::string &error) in ThrowException() function in panda::ecmascript::tooling::DebuggerExecutor
|
| /arkcompiler/runtime_core/runtime/include/ |
| D | language_context.h | 330 …void ThrowException(ManagedThread *thread, const uint8_t *mutf8_name, const uint8_t *mutf8_msg) co… in ThrowException() function
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi.cpp | 269 void JSNApi::ThrowException(const EcmaVM *vm, Local<JSValueRef> error) in ThrowException() function in panda::JSNApi
|