Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Decma_vm.h294 JSHandle<ecmascript::JSTaggedValue> GetAndClearEcmaUncaughtException() const;
Decma_vm.cpp524 JSHandle<JSTaggedValue> EcmaVM::GetAndClearEcmaUncaughtException() const in GetAndClearEcmaUncaughtException() function in panda::ecmascript::EcmaVM
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp307 return JSNApiHelper::ToLocal<ObjectRef>(vm->GetAndClearEcmaUncaughtException()); in GetAndClearUncaughtException()