Searched refs:IsJSError (Results 1 – 12 of 12) sorted by relevance
46 EXPECT_TRUE(thread->GetException().IsJSError()); \
366 EXPECT_TRUE(thread->GetException().IsJSError()); in HWTEST_F_L0()
76 inline bool JSObject::IsJSError() const in IsJSError() function78 return GetJSHClass()->IsJSError(); in IsJSError()
826 inline bool JSTaggedValue::IsJSError() const in IsJSError() function828 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSError(); in IsJSError()
535 bool IsJSError() const;
533 bool IsJSError() const;
523 if (exceptionHandle->IsJSError()) { in HandleUncaughtException()
803 inline bool IsJSError() const in IsJSError() function
77 if (!thenValue->IsJSError()) { in Resolve()
823 } else if (object->IsJSError()) { in GetBuiltinTag()
748 if (exHandle->IsJSError()) { in HandleUncaughtException()
409 if (exceptionHandle->IsJSError()) { in PrintExceptionInfo()3144 return JSNApiHelper::ToJSTaggedValue(this).IsJSError(); in IsError()