Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/ir/expressions/
DarrayExpression.cpp262 checker::Type *arrayElementType = nullptr; in Check() local
264 arrayElementType = checker->GlobalAnyType(); in Check()
266 arrayElementType = checker->CreateUnionType(std::move(elementTypes)); in Check()
269 return checker->Allocator()->New<checker::ArrayType>(arrayElementType); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/
DTSAnalyzer.cpp296 checker::Type *arrayElementType = nullptr; in Check() local
298 arrayElementType = checker->GlobalAnyType(); in Check()
300 arrayElementType = checker->CreateUnionType(std::move(elementTypes)); in Check()
303 return checker->Allocator()->New<checker::ArrayType>(arrayElementType); in Check()
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/escompat/
Djson.sts814 const arrayElementType = Type.of(replacedArrayElement)
815 if (replacedArrayElement == null || arrayElementType instanceof LambdaType) {
/arkcompiler/runtime_core/static_core/assembler/
Dassembly-emitter.cpp608 auto arrayElementType = value->GetAsArray()->GetComponentType(); in CreateAnnotationItem() local
609 tagType = Value::GetArrayTypeAsChar(arrayElementType); in CreateAnnotationItem()
/arkcompiler/runtime_core/static_core/plugins/ets/doc/spec/
D17_experimental.rst272 'new' arrayElementType dimensionExpression+ (arrayElement)?
275 arrayElementType: