Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/ts_types/
Dts_type.h53 CAST_CHECK(TSObjectType, IsTSObjectType);
/ark/js_runtime/ecmascript/
Djs_tagged_value-inl.h961 inline bool JSTaggedValue::IsTSObjectType() const in IsTSObjectType() function
963 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTSObjectType(); in IsTSObjectType()
Djs_tagged_value.h340 bool IsTSObjectType() const;
Djs_hclass.h912 inline bool IsTSObjectType() const in IsTSObjectType() function
Ddump.cpp2194 if (GetInstanceType().IsTSObjectType()) { in Dump()
2201 if (GetConstructorType().IsTSObjectType()) { in Dump()
2208 if (GetPrototypeType().IsTSObjectType()) { in Dump()
2243 if (GetFields().IsTSObjectType()) { in Dump()