Home
last modified time | relevance | path

Searched refs:IsTSInterfaceType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.h158 CAST_CHECK(TSInterfaceType, IsTSInterfaceType);
Dts_type.cpp343 } else if (extendsType->IsTSInterfaceType()) { in GetPropTypeGT()
Dts_type_parser.cpp202 } else if (type->IsTSInterfaceType()) { in ParseIndexSigType()
659 } else if (genericsType->IsTSInterfaceType()) { in InstantiateGenericsType()
Dts_manager.cpp248 } else if (type->IsTSInterfaceType()) { in GetPropType()
272 } else if (type->IsTSInterfaceType()) { in GetIndexSignType()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1310 inline bool JSTaggedValue::IsTSInterfaceType() const in IsTSInterfaceType() function
1312 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTSInterfaceType(); in IsTSInterfaceType()
Djs_tagged_value.h676 bool IsTSInterfaceType() const;
Djs_hclass.h1374 inline bool IsTSInterfaceType() const in IsTSInterfaceType() function