Home
last modified time | relevance | path

Searched refs:GetEcmaUncaughtException (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_vm.cpp550 JSHandle<JSTaggedValue> exceptionHandle = GetEcmaUncaughtException(); in GetAndClearEcmaUncaughtException()
555 JSHandle<JSTaggedValue> EcmaVM::GetEcmaUncaughtException() const in GetEcmaUncaughtException() function in panda::ecmascript::EcmaVM
H A Decma_context.cpp708 JSHandle<JSTaggedValue> exceptionHandle = GetEcmaUncaughtException(); in GetAndClearEcmaUncaughtException()
721 JSHandle<JSTaggedValue> EcmaContext::GetEcmaUncaughtException() const in GetEcmaUncaughtException() function in panda::ecmascript::EcmaContext
H A Decma_context.h258 JSHandle<ecmascript::JSTaggedValue> GetEcmaUncaughtException() const;
H A Decma_vm.h244 JSHandle<ecmascript::JSTaggedValue> GetEcmaUncaughtException() const;
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5372 return JSNApiHelper::ToLocal<ObjectRef>(vm->GetEcmaUncaughtException()); in GetUncaughtException()
6317 return JSNApiHelper::ToLocal<ObjectRef>(ecmaVm_->GetEcmaUncaughtException()); in GetException()

Completed in 19 milliseconds