Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h188 JSHandle<ecmascript::JSTaggedValue> GetAndClearEcmaUncaughtException() const;
Decma_context.h192 JSHandle<ecmascript::JSTaggedValue> GetAndClearEcmaUncaughtException() const;
Decma_vm.cpp361 JSHandle<JSTaggedValue> EcmaVM::GetAndClearEcmaUncaughtException() const in GetAndClearEcmaUncaughtException() function in panda::ecmascript::EcmaVM
Decma_context.cpp435 JSHandle<JSTaggedValue> EcmaContext::GetAndClearEcmaUncaughtException() const in GetAndClearEcmaUncaughtException() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp686 return JSNApiHelper::ToLocal<ObjectRef>(vm->GetAndClearEcmaUncaughtException()); in GetAndClearUncaughtException()