Searched refs:GetAndClearEcmaUncaughtException (Results 1 – 5 of 5) sorted by relevance
188 JSHandle<ecmascript::JSTaggedValue> GetAndClearEcmaUncaughtException() const;
192 JSHandle<ecmascript::JSTaggedValue> GetAndClearEcmaUncaughtException() const;
361 JSHandle<JSTaggedValue> EcmaVM::GetAndClearEcmaUncaughtException() const in GetAndClearEcmaUncaughtException() function in panda::ecmascript::EcmaVM
435 JSHandle<JSTaggedValue> EcmaContext::GetAndClearEcmaUncaughtException() const in GetAndClearEcmaUncaughtException() function in panda::ecmascript::EcmaContext
686 return JSNApiHelper::ToLocal<ObjectRef>(vm->GetAndClearEcmaUncaughtException()); in GetAndClearUncaughtException()