Home
last modified time | relevance | path

Searched refs:IsJSCollator (Results 1 – 5 of 5) sorted by relevance

/ark/js_runtime/ecmascript/builtins/
Dbuiltins_collator.cpp89 if (!thisValue->IsJSCollator()) { in Compare()
122 …ASSERT_PRINT(collator->IsJSObject() && collator->IsJSCollator(), "collator is not object or JSColl… in AnonymousCollator()
147 if (!thisValue->IsJSCollator()) { in ResolvedOptions()
/ark/js_runtime/ecmascript/
Djs_collator.h37 CAST_CHECK(JSCollator, IsJSCollator);
Djs_tagged_value-inl.h578 inline bool JSTaggedValue::IsJSCollator() const in IsJSCollator() function
580 return IsHeapObject() && GetTaggedObject()->GetClass()->IsJSCollator(); in IsJSCollator()
Djs_tagged_value.h321 bool IsJSCollator() const;
Djs_hclass.h609 inline bool IsJSCollator() const in IsJSCollator() function