Home
last modified time | relevance | path

Searched defs:ThrowException (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/
Dlanguage_context.cpp81 void LanguageContextBase::ThrowException([[maybe_unused]] ManagedThread *thread, in ThrowException() function in panda::LanguageContextBase
Dexceptions.cpp38 void ThrowException(const LanguageContext &ctx, ManagedThread *thread, const uint8_t *mutf8Name, in ThrowException() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_language_context.cpp29 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/
Dcore_language_context.cpp43 void CoreLanguageContext::ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uin… in ThrowException() function in panda::CoreLanguageContext
/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp130 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/
Dlanguage_context.h342 …void ThrowException(ManagedThread *thread, const uint8_t *mutf8Name, const uint8_t *mutf8Msg) const in ThrowException() function
/arkcompiler/ets_runtime/ecmascript/napi/
DJSNapi接口说明.md761 ### ThrowException subsection
1728 ### ThrowException subsection
Djsnapi_expo.cpp2903 void JSNApi::ThrowException(const EcmaVM *vm, Local<JSValueRef> error) in ThrowException() function in panda::JSNApi
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DETSGen.cpp2658 void ETSGen::ThrowException(const ir::Expression *expr) in ThrowException() function in panda::es2panda::compiler::ETSGen