Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Decma_context.h257 JSHandle<ecmascript::JSTaggedValue> GetAndClearEcmaUncaughtException() const;
H A Decma_vm.h243 JSHandle<ecmascript::JSTaggedValue> GetAndClearEcmaUncaughtException() const;
H A Decma_vm.cpp548 JSHandle<JSTaggedValue> EcmaVM::GetAndClearEcmaUncaughtException() const in GetAndClearEcmaUncaughtException() function in panda::ecmascript::EcmaVM
H A Decma_context.cpp706 JSHandle<JSTaggedValue> EcmaContext::GetAndClearEcmaUncaughtException() const in GetAndClearEcmaUncaughtException() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/napi/
H A Djsnapi_expo.cpp5381 return JSNApiHelper::ToLocal<ObjectRef>(vm->GetAndClearEcmaUncaughtException()); in GetAndClearUncaughtException()
6311 return JSNApiHelper::ToLocal<ObjectRef>(ecmaVm_->GetAndClearEcmaUncaughtException()); in GetAndClearException()

Completed in 19 milliseconds