Searched defs:typeName (Results 1 – 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/typescript/types/ |
D | type.h | 36 #define DECLARE_TYPENAMES(typeFlag, typeName) class typeName; argument 53 #define TYPE_IS_CHECKS(typeFlag, typeName) \ in TYPE_MAPPING() argument 61 #define TYPE_AS_CASTS(typeFlag, typeName) \ in TYPE_MAPPING() argument
|
D | objectType.h | 36 #define DECLARE_OBJECT_TYPENAMES(objectKind, typeName) class typeName; argument 60 #define OBJECT_TYPE_IS_CHECKS(objectKind, typeName) \ in DEFINE_BITOPS() argument 68 #define OBJECT_TYPE_AS_CASTS(objectKind, typeName) \ in DEFINE_BITOPS() argument
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
D | tsTypeReference.h | 41 explicit TSTypeReference(Expression *typeName, TSTypeParameterInstantiation *typeParams) in TSTypeReference()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | atomic_helper.cpp | 34 …JSHandle<JSTaggedValue> typeName(thread, JSTypedArray::Cast(typedArray->GetTaggedObject())->GetTyp… in ValidateIntegerTypedArray() local
|
/arkcompiler/ets_frontend/es2panda/parser/ |
D | parserImpl.cpp | 999 ir::Expression *ParserImpl::ParseTsQualifiedReference(ir::Expression *typeName) in ParseTsQualifiedReference() 1024 ir::Expression *ParserImpl::ParseTsIndexAccessType(ir::Expression *typeName, bool throwError) in ParseTsIndexAccessType() 1072 ir::Expression *typeName = AllocNode<ir::Identifier>(lexer_->GetToken().Ident()); in ParseTsTypeReferenceOrQuery() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_typed_array.cpp | 450 …taViewType JSTypedArray::GetTypeFromName(JSThread *thread, const JSHandle<JSTaggedValue> &typeName) in GetTypeFromName()
|
/arkcompiler/ets_frontend/es2panda/typescript/extractor/ |
D | typeExtractor.cpp | 848 auto typeName = typeReference->TypeName(); in GetTypeIndexFromTypeReference() local
|