Searched refs:IsJSListFormat (Results 1 – 9 of 9) sorted by relevance
92 if (!thisValue->IsJSListFormat()) { in Format()119 if (!thisValue->IsJSListFormat()) { in FormatToParts()148 if (!thisValue->IsJSListFormat()) { in ResolvedOptions()
45 CAST_CHECK(JSListFormat, IsJSListFormat);
686 inline bool JSTaggedValue::IsJSListFormat() const in IsJSListFormat() function688 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSListFormat(); in IsJSListFormat()
628 bool IsJSListFormat() const;
869 inline bool IsJSListFormat() const in IsJSListFormat() function
82 EXPECT_TRUE(result.IsJSListFormat()); in HWTEST_F_L0()107 EXPECT_TRUE(result.IsJSListFormat()); in JSListFormatCreateWithOptionTest()
472 bool IsJSListFormat();
3361 bool JSValueRef::IsJSListFormat() in IsJSListFormat() function in panda::JSValueRef3363 return JSNApiHelper::ToJSTaggedValue(this).IsJSListFormat(); in IsJSListFormat()
424 if (tagged->IsJSListFormat()) { in DescriptionForObject()