Home
last modified time | relevance | path

Searched refs:HandleUncaughtException (Results 1 - 14 of 14) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/core/
H A Dcore_vm.h168 void HandleUncaughtException() override;
H A Dcore_vm.cpp296 void PandaCoreVM::HandleUncaughtException() in HandleUncaughtException() function in ark::core::PandaCoreVM
/arkcompiler/runtime_core/static_core/runtime/
H A Dpanda_vm.cpp71 HandleUncaughtException(); in InvokeEntrypoint()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dpanda_vm.h245 virtual void HandleUncaughtException() = 0;
/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.cpp402 HandleUncaughtException(); in InvokeEcmaEntrypoint()
735 void EcmaContext::HandleUncaughtException(JSTaggedValue exception) in HandleUncaughtException() function in panda::ecmascript::EcmaContext
753 void EcmaContext::HandleUncaughtException() in HandleUncaughtException() function in panda::ecmascript::EcmaContext
759 HandleUncaughtException(exception); in HandleUncaughtException()
H A Decma_context.h293 void HandleUncaughtException(JSTaggedValue exception);
294 void HandleUncaughtException();
/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module.cpp148 thread->GetCurrentEcmaContext()->HandleUncaughtException(); in Load()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
H A Dets_vm.h385 void HandleUncaughtException() override;
H A Dets_vm.cpp565 void PandaEtsVM::HandleUncaughtException() in HandleUncaughtException() function in ark::ets::PandaEtsVM
/arkcompiler/ets_runtime/ecmascript/debugger/
H A Ddebugger_api.h147 static void HandleUncaughtException(const EcmaVM *ecmaVm, std::string &message);
H A Ddebugger_api.cpp814 void DebuggerApi::HandleUncaughtException(const EcmaVM *ecmaVm, std::string &message) in HandleUncaughtException() function in panda::ecmascript::tooling::DebuggerApi
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5105 thread->GetCurrentEcmaContext()->HandleUncaughtException(); in ExecuteInContext()
5126 thread->GetCurrentEcmaContext()->HandleUncaughtException(); in ExecuteForAbsolutePath()
5145 thread->GetCurrentEcmaContext()->HandleUncaughtException(); in Execute()
5164 thread->GetCurrentEcmaContext()->HandleUncaughtException(); in Execute()
5183 thread->GetCurrentEcmaContext()->HandleUncaughtException(); in ExecuteWithSingletonPatternFlag()
5211 thread->GetCurrentEcmaContext()->HandleUncaughtException(); in ExecuteModuleBuffer()
5250 thread->GetCurrentEcmaContext()->HandleUncaughtException(); in ExecuteSecureWithOhmUrl()
5269 thread->GetCurrentEcmaContext()->HandleUncaughtException(); in ExecuteSecure()
5288 thread->GetCurrentEcmaContext()->HandleUncaughtException(); in ExecuteModuleBufferSecure()
5923 thread->GetCurrentEcmaContext()->HandleUncaughtException(); in GetModuleNameSpaceFromFile()
[all...]
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1095 DebuggerApi::HandleUncaughtException(vm_, msg); in EvaluateOnCallFrame()
1562 DebuggerApi::HandleUncaughtException(vm_, msg); in CallFunctionOn()
/arkcompiler/ets_runtime/ecmascript/module/
H A Djs_module_source_text.cpp2051 thread->GetCurrentEcmaContext()->HandleUncaughtException(error); in AsyncModuleExecutionRejected()

Completed in 30 milliseconds