Searched defs:elementType (Results 1 – 12 of 12) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | arrayType.h | 25 explicit ArrayType(Type *elementType) : Type(TypeFlag::ARRAY), element_(elementType) {} in ArrayType()
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
D | tsArrayType.h | 34 …explicit TSArrayType(Expression *elementType) : TypeNode(AstNodeType::TS_ARRAY_TYPE), elementType_… in TSArrayType()
|
D | tsNamedTupleMember.h | 34 … explicit TSNamedTupleMember(Expression *label, Expression *elementType, bool optional, bool rest) in TSNamedTupleMember()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | atomic_helper.cpp | 85 DataViewType elementType = JSTypedArray::GetTypeFromName(thread, arrayTypeName); in ValidateAtomicAccess() local 138 DataViewType elementType = JSTypedArray::GetTypeFromName(thread, arrayTypeName); in AtomicLoad() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_typed_array.cpp | 415 DataViewType elementType = TypedArrayHelper::GetType(typedarrayObj); in IntegerIndexedElementGet() local 511 DataViewType elementType = TypedArrayHelper::GetType(typedarrayObj); in FastCopyElementToArray() local 552 DataViewType elementType = TypedArrayHelper::GetType(typedarrayObj); in FastElementGet() local 593 DataViewType elementType = TypedArrayHelper::GetType(typedarrayObj); in IntegerIndexedElementSet() local 664 DataViewType elementType = TypedArrayHelper::GetType(jsType); in FastGetPropertyByIndex() local 701 DataViewType elementType = TypedArrayHelper::GetType(jsType); in FastSetPropertyByIndex() local
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | arrayExpression.cpp | 230 checker::Type *elementType = it->Check(checker); in Check() local 281 checker::Type *elementType = nullptr; in CheckPattern() local
|
/arkcompiler/ets_frontend/es2panda/typescript/core/ |
D | destructuringContext.cpp | 258 Type *elementType = GetTypeFromTupleByIndex(type->AsObjectType()->AsTupleType()); in NextInferedType() local
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | parserImpl.cpp | 883 void ParserImpl::HandleRestType(ir::AstNodeType elementType, bool *hasRestType) const in HandleRestType() 927 auto *elementType = ParseTsTypeAnnotation(&options); in ParseTsTupleElement() local 1598 ir::TSArrayType *ParserImpl::ParseTsArrayType(ir::Expression *elementType) in ParseTsArrayType()
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_atomics.cpp | 301 DataViewType elementType = JSTypedArray::GetTypeFromName(thread, arrayTypeName); in AtomicReadModifyWrite() local
|
D | builtins_typedarray.cpp | 1510 DataViewType elementType = JSTypedArray::GetTypeFromName(thread, constructorName); in Subarray() local
|
/arkcompiler/ets_runtime/ecmascript/compiler/type_inference/ |
D | method_type_infer.cpp | 882 auto elementType = tsManager_->GetArrayParameterTypeGT(objType); in InferLdObjByValue() local
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/ |
D | cocos_worker_test.js | 24895 elementType: s >> 3 property
|