Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsTuple.cpp170 ASSERT(spreadType_->IsTSArrayType()); in GetType()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_type.h218 CAST_CHECK(TSArrayType, IsTSArrayType);
Dts_type_parser.cpp682 } else if (genericsType->IsTSArrayType()) { in InstantiateGenericsType()
Dts_manager.cpp691 ASSERT(tsType->IsTSArrayType()); in GetArrayParameterTypeGT()
/arkcompiler/ets_runtime/ecmascript/
Djs_tagged_value-inl.h1405 inline bool JSTaggedValue::IsTSArrayType() const in IsTSArrayType() function
1407 return IsHeapObject() && GetTaggedObject()->GetClass()->IsTSArrayType(); in IsTSArrayType()
Djs_tagged_value.h634 bool IsTSArrayType() const;
Djs_hclass.h1509 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/ets2panda/parser/
DETSparser.cpp2445 if (typeAnnotation->IsTSArrayType()) { in GetNameForTypeNode()
2813 if (!currentTypeAnnotation->IsTSArrayType()) { in ParseETSTupleType()
3433 if (paramIdent->IsRestElement() && !typeAnnotation->IsTSArrayType()) { in ParseFunctionParameter()
DTSparser.cpp701 if (!type->IsTSArrayType() && !type->IsTSTupleType()) { in ParseTypeOperatorOrTypeReference()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp835 if (!type->IsTSArrayType() && !type->IsTSTupleType()) { in ParseTsTypeOperatorOrTypeReference()