Searched refs:GetAndClearEcmaUncaughtException (Results 1 – 3 of 3) sorted by relevance
294 JSHandle<ecmascript::JSTaggedValue> GetAndClearEcmaUncaughtException() const;
524 JSHandle<JSTaggedValue> EcmaVM::GetAndClearEcmaUncaughtException() const in GetAndClearEcmaUncaughtException() function in panda::ecmascript::EcmaVM
307 return JSNApiHelper::ToLocal<ObjectRef>(vm->GetAndClearEcmaUncaughtException()); in GetAndClearUncaughtException()