Searched defs:ThrowException (Results 1 – 9 of 9) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | language_context.cpp | 75 void LanguageContextBase::ThrowException([[maybe_unused]] ManagedThread *thread, in ThrowException() function in ark::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 ark::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 ark::CoreLanguageContext
|
| /arkcompiler/toolchain/tooling/dynamic/backend/ |
| D | debugger_executor.cpp | 139 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 | README.md | 763 ### ThrowException subsection 1730 ### ThrowException subsection
|
| D | jsnapi_expo.cpp | 4931 void JSNApi::ThrowException(const EcmaVM *vm, Local<JSValueRef> error) in ThrowException() function in panda::JSNApi
|
| /arkcompiler/ets_frontend/ets2panda/compiler/core/ |
| D | ETSGen.cpp | 3279 void ETSGen::ThrowException(const ir::Expression *expr) in ThrowException() function in ark::es2panda::compiler::ETSGen
|