Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.h217 CAST_CHECK(TSArrayType, IsTSArrayType);
Dts_manager.cpp747 ASSERT(tsType->IsTSArrayType()); in GetArrayParameterTypeGT()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1345 inline bool JSTaggedValue::IsTSArrayType() const in IsTSArrayType() function
1347 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTSArrayType(); in IsTSArrayType()
Djs_tagged_value.h679 bool IsTSArrayType() const;
Djs_hclass.h1394 inline bool IsTSArrayType() const in IsTSArrayType() function
/arkcompiler/ets_runtime/ecmascript/ts_types/tests/
Dts_type_parser_test.cpp352 EXPECT_TRUE(type->IsTSArrayType()); in HWTEST_F_L0()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp802 if (!type->IsTSArrayType() && !type->IsTSTupleType()) { in ParseTsTypeOperatorOrTypeReference()