Searched defs:ThrowException (Results 1 – 9 of 9) sorted by relevance
/arkcompiler/runtime_core/static_core/runtime/ |
D | language_context.cpp | 81 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 *mutf8Name, in ThrowException() function
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
D | ets_language_context.cpp | 29 void EtsLanguageContext::ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uint… in ThrowException() function in panda::ets::EtsLanguageContext
|
/arkcompiler/runtime_core/static_core/runtime/core/ |
D | core_language_context.cpp | 43 void CoreLanguageContext::ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uin… in ThrowException() function in panda::CoreLanguageContext
|
/arkcompiler/toolchain/tooling/backend/ |
D | debugger_executor.cpp | 130 void DebuggerExecutor::ThrowException(const EcmaVM *vm, const std::string &error) in ThrowException() function in panda::ecmascript::tooling::DebuggerExecutor
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
D | language_context.h | 342 …void ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uint8_t *mutf8Msg) const in ThrowException() function
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | JSNapi接口说明.md | 761 ### ThrowException subsection 1728 ### ThrowException subsection
|
D | jsnapi_expo.cpp | 2903 void JSNApi::ThrowException(const EcmaVM *vm, Local<JSValueRef> error) in ThrowException() function in panda::JSNApi
|
/arkcompiler/ets_frontend/ets2panda/compiler/core/ |
D | ETSGen.cpp | 2658 void ETSGen::ThrowException(const ir::Expression *expr) in ThrowException() function in panda::es2panda::compiler::ETSGen
|