Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/runtime/
Dlanguage_context.cpp69 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 *mutf8_name, in ThrowException() function
/arkcompiler/runtime_core/runtime/core/
Dcore_language_context.cpp43 void CoreLanguageContext::ThrowException(ManagedThread *thread, const uint8_t *mutf8_name, in ThrowException() function in panda::CoreLanguageContext
/arkcompiler/toolchain/tooling/backend/
Ddebugger_executor.cpp123 void DebuggerExecutor::ThrowException(const EcmaVM *vm, const std::string &error) in ThrowException() function in panda::ecmascript::tooling::DebuggerExecutor
/arkcompiler/runtime_core/runtime/include/
Dlanguage_context.h330 …void ThrowException(ManagedThread *thread, const uint8_t *mutf8_name, const uint8_t *mutf8_msg) co… in ThrowException() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp269 void JSNApi::ThrowException(const EcmaVM *vm, Local<JSValueRef> error) in ThrowException() function in panda::JSNApi